diff options
Diffstat (limited to 'systems/glados')
| -rw-r--r-- | systems/glados/default.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/systems/glados/default.nix b/systems/glados/default.nix index 35f926f..b28c8dc 100644 --- a/systems/glados/default.nix +++ b/systems/glados/default.nix @@ -1,8 +1,10 @@ -{ pkgs, ... }: +{ pkgs, inputs, ... }: { imports = [ ./boot.nix ./hardware-configuration.nix + + inputs.self.nixosModules.default ]; archetypes.personal.enable = true; |
