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