font fixes(?)

This commit is contained in:
ark-lamp-umbrella 2024-04-13 17:01:16 -07:00
parent 843cca6f75
commit 2012cf32d6
Signed by: ark-lamp-umbrella
GPG Key ID: 15E48F7B97025652
2 changed files with 2 additions and 2 deletions

View File

@ -111,6 +111,7 @@ in
gvfs
udisks2
udiskie
cozette
(steam.override { extraLibraries = pkgs: [ pkgs.gperftools ]; }) # additional steam patches
];
services.gvfs.enable = true;
@ -163,7 +164,6 @@ in
pkgs.nil # nix lsp
pkgs.pfetch-rs
pkgs.gimp
pkgs.cozette
];
services = {
dunst = {

View File

@ -2,7 +2,7 @@
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{ config, pkgs, ... }:
{ pkgs, ... }:
let
home-manager = builtins.fetchTarball "https://github.com/nix-community/home-manager/archive/master.tar.gz";
in