diff options
Diffstat (limited to 'hosts/mystra/configuration.nix')
| -rw-r--r-- | hosts/mystra/configuration.nix | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/hosts/mystra/configuration.nix b/hosts/mystra/configuration.nix new file mode 100644 index 0000000..0185c19 --- /dev/null +++ b/hosts/mystra/configuration.nix @@ -0,0 +1,19 @@ +{ + self, + inputs, + ... +}: { + flake.nixosModules.mystraConfiguration = { + pkgs, + lib, + ... + }: { + imports = [ + self.nixosModules.mystraHardware + self.nixosModules.system + self.nixosModules.niri + ]; + + # ... + }; +} |
