diff options
Diffstat (limited to 'modules/hosts/herra/configuration.nix')
| -rw-r--r-- | modules/hosts/herra/configuration.nix | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/modules/hosts/herra/configuration.nix b/modules/hosts/herra/configuration.nix new file mode 100644 index 0000000..95e852d --- /dev/null +++ b/modules/hosts/herra/configuration.nix @@ -0,0 +1,19 @@ +{ + self, + inputs, + ... +}: { + flake.nixosModules.herraConfiguration = { + pkgs, + lib, + ... + }: { + imports = [ + self.nixosModules.herraHardware + self.nixosModules.system + self.nixosModules.niri + ]; + + # ... + }; +} |
