From cd616778a4afd4bd45aac06d6edbb59258759656 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Sat, 20 Jun 2026 19:47:32 +0200 Subject: I think I've already commit all of this... --- modules/hosts/herra/configuration.nix | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 modules/hosts/herra/configuration.nix (limited to 'modules/hosts/herra/configuration.nix') 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 + ]; + + # ... + }; +} -- cgit v1.2.3