diff --git a/hosts/PW05CH3L/configuration.nix b/hosts/PW05CH3L/configuration.nix index ffea18f8..75dd43ea 100644 --- a/hosts/PW05CH3L/configuration.nix +++ b/hosts/PW05CH3L/configuration.nix @@ -1,9 +1,4 @@ -{ - inputs, - pkgs, - username, - ... -}: +{ inputs, username, ... }: { imports = [ @@ -11,10 +6,6 @@ ../../users/opdavies ]; - environment.systemPackages = with pkgs; [ - wl-clipboard - ]; - nixosModules = { docker.enable = true; };