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