diff options
| author | Skullheadx <andrew.montgomery@warpengine.ai> | 2026-06-29 15:27:25 -0400 |
|---|---|---|
| committer | Skullheadx <andrew.montgomery@warpengine.ai> | 2026-06-29 15:27:25 -0400 |
| commit | 3c6ebd9f6cc68733a5c473b4eb1dffcc0d425004 (patch) | |
| tree | f19308568b0ac7a282448c9ec260852dd2874df2 /flake.nix | |
| parent | switch to name - system pattern (diff) | |
| download | nixos-3c6ebd9f6cc68733a5c473b4eb1dffcc0d425004.tar.gz nixos-3c6ebd9f6cc68733a5c473b4eb1dffcc0d425004.tar.bz2 nixos-3c6ebd9f6cc68733a5c473b4eb1dffcc0d425004.zip | |
try modules
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -71,6 +71,10 @@ packages.${system}.nvim = nvim.neovim; packages.${system-darwin}.nvim = nvim-darwin.neovim; + nixosModules = { + linux = ./modules/linux; + }; + nixosConfigurations = { nepsis = nixpkgs.lib.nixosSystem { specialArgs = { @@ -79,6 +83,7 @@ }; modules = [ hjem.nixosModules.default + self.nixosModules.linux ./common-linux.nix ./hosts/nepsis/configuration.nix ./overlays.nix @@ -91,6 +96,7 @@ }; modules = [ hjem.nixosModules.default + self.nixosModules.linux ./common-linux.nix ./hosts/icon/configuration.nix ./overlays.nix |
