diff --git a/common/misc.nix b/common/misc.nix index af95d1b..e470d54 100644 --- a/common/misc.nix +++ b/common/misc.nix @@ -1,11 +1,7 @@ { config, lib, pkgs, ... }: { - nix.gc = { - automatic = true; - dates = "weekly"; - randomizedDelaySec = "45min"; - }; + nix.gc.automatic = true; nix.optimise.automatic = true; services.fstrim.enable = true; } \ No newline at end of file diff --git a/home/qenya/xdg-mime-apps.nix b/home/qenya/xdg-mime-apps.nix index b16f234..2fee46c 100644 --- a/home/qenya/xdg-mime-apps.nix +++ b/home/qenya/xdg-mime-apps.nix @@ -7,7 +7,6 @@ in xdg.mimeApps = { enable = isGraphical; defaultApplications = { - "application/pdf" = [ "org.gnome.Evince.desktop" "org.kde.okular.desktop" ]; "application/zip" = [ "org.gnome.FileRoller.desktop" "org.kde.ark.desktop" ]; "image/gif" = [ "org.gnome.Loupe.desktop" "org.kde.gwenview.desktop" ]; "image/jpeg" = [ "org.gnome.Loupe.desktop" "org.kde.gwenview.desktop" ]; diff --git a/hosts/kilgharrah/hardware.nix b/hosts/kilgharrah/hardware.nix index 10f0f48..f00dfbd 100644 --- a/hosts/kilgharrah/hardware.nix +++ b/hosts/kilgharrah/hardware.nix @@ -25,7 +25,5 @@ # persistencedSha256 = "sha256-d0Q3Lk80JqkS1B54Mahu2yY/WocOqFFbZVBh+ToGhaE="; # patches = [ rcu_patch ]; # }; - - services.printing.drivers = [ pkgs.hplip ]; } diff --git a/hosts/tohru/hardware.nix b/hosts/tohru/hardware.nix index a2515bd..715ed4f 100644 --- a/hosts/tohru/hardware.nix +++ b/hosts/tohru/hardware.nix @@ -4,7 +4,5 @@ hardware.enableAllFirmware = true; hardware.cpu.intel.updateMicrocode = true; services.fwupd.enable = true; - - services.printing.drivers = [ pkgs.hplip ]; }