From a8fff66029458e43bc58bff982f82a88a8495e19 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 6 Apr 2025 22:54:32 +0100 Subject: [PATCH] t490: remove nixosModules --- hosts/t490/configuration.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/hosts/t490/configuration.nix b/hosts/t490/configuration.nix index 9b947f7a..e2be62f3 100644 --- a/hosts/t490/configuration.nix +++ b/hosts/t490/configuration.nix @@ -14,14 +14,6 @@ ../../users/opdavies ]; - nixosModules = { - dwm.enable = true; - redshift.enable = true; - st.enable = true; - thunar.enable = true; - peek.enable = true; - }; - nix.nixPath = [ "nixpkgs=${inputs.nixpkgs}" ]; boot = {