diff --git a/hosts/t480/configuration.nix b/hosts/t480/configuration.nix index 7ae7ccdf..4edabaed 100644 --- a/hosts/t480/configuration.nix +++ b/hosts/t480/configuration.nix @@ -3,7 +3,6 @@ { imports = [ ./hardware-configuration.nix - ./programs.nix ./secrets.nix ./services diff --git a/hosts/t480/programs.nix b/hosts/t480/programs.nix deleted file mode 100644 index f3cfe26d..00000000 --- a/hosts/t480/programs.nix +++ /dev/null @@ -1,7 +0,0 @@ -{ pkgs, ... }: - -{ - programs = { - dconf.enable = true; - }; -}