diff --git a/configuration.nix b/configuration.nix index 9d5c20b..372c3dd 100644 --- a/configuration.nix +++ b/configuration.nix @@ -3,7 +3,7 @@ { imports = [ #"${modulesPath}/profiles/base.nix" - #"${modulesPath}/profiles/minimal.nix" + "${modulesPath}/profiles/minimal.nix" ]; nixpkgs = {