diff options
Diffstat (limited to 'hosts/herra/configuration.nix')
| -rw-r--r-- | hosts/herra/configuration.nix | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/hosts/herra/configuration.nix b/hosts/herra/configuration.nix new file mode 100644 index 0000000..a9b1912 --- /dev/null +++ b/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 + ]; + + # ... + }; +} |
