diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-06-20 23:15:27 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-06-20 23:15:27 +0200 |
| commit | af1368ff968a3a5a6d853a05c904d0cb039192d2 (patch) | |
| tree | 27deb1c6c7f2ef3cecc31cce09ed1fcc6bb894c3 /modules/hosts | |
| parent | 72d507619108a08bf6aee5d75c7745224ca35701 (diff) | |
Added home-manager and browser to herra's configuration
Diffstat (limited to 'modules/hosts')
| -rw-r--r-- | modules/hosts/herra/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/hosts/herra/configuration.nix b/modules/hosts/herra/configuration.nix index 48908e6..a9b1912 100644 --- a/modules/hosts/herra/configuration.nix +++ b/modules/hosts/herra/configuration.nix @@ -10,8 +10,10 @@ }: { 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 ]; # ... |
