diff --git a/hosts/common.nix b/hosts/common.nix index 7881b98..e2b3ab9 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -31,6 +31,7 @@ in { polkit ripgrep smartmontools + television trash-cli util-linux wireguard-tools diff --git a/hosts/hermit/configuration.nix b/hosts/hermit/configuration.nix index 3d660a7..40d98bd 100644 --- a/hosts/hermit/configuration.nix +++ b/hosts/hermit/configuration.nix @@ -59,9 +59,6 @@ sound.enable = true; }; usrEnv = { - theming = { - gtk.enable = true; - }; desktops.hyprland.enable = false; programs = { @@ -83,10 +80,6 @@ }; }; - style = { - gtk.enable = true; - qt.enable = true; - }; }; other = { system.username = "cr"; diff --git a/hosts/temperance/configuration.nix b/hosts/temperance/configuration.nix index e4e920c..9c9635b 100644 --- a/hosts/temperance/configuration.nix +++ b/hosts/temperance/configuration.nix @@ -33,7 +33,7 @@ in { programs.nix-ld.enable = true; services = { fstrim.enable = lib.mkDefault true; - + udisks2.enable = true; }; meta = { @@ -71,7 +71,6 @@ in { hardware.nvidia.enable = true; }; usrEnv = { - theming.gtk.enable = true; desktops.hyprland.enable = true; programs = {