diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-06-20 19:47:32 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-06-20 19:47:32 +0200 |
| commit | cd616778a4afd4bd45aac06d6edbb59258759656 (patch) | |
| tree | 88ab85647be0ecc5c9f16daeefd74c9ed177383e /modules/hosts/herra/configuration.nix | |
| parent | 69ffed3413ec543408c8ea388b22f98a3d7ce1d6 (diff) | |
I think I've already commit all of this...
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 + ]; + + # ... + }; +} |
