From f4c4209c52763911b384fe78e354360fc1ce1fd8 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 8 Apr 2025 22:43:20 +0100 Subject: [PATCH] Remove programs.nix --- hosts/t480/configuration.nix | 1 - hosts/t480/programs.nix | 7 ------- 2 files changed, 8 deletions(-) delete mode 100644 hosts/t480/programs.nix 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; - }; -}