diff options
Diffstat (limited to 'systems/atlas/default.nix')
| -rw-r--r-- | systems/atlas/default.nix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/systems/atlas/default.nix b/systems/atlas/default.nix index 4bceca8..735a526 100644 --- a/systems/atlas/default.nix +++ b/systems/atlas/default.nix @@ -1,8 +1,5 @@ +{ config, modulesPath, ... }: { - config, - modulesPath, - ... -}: { imports = [ (modulesPath + "/profiles/minimal.nix") ./hardware-configuration.nix |
