diff options
| author | Skullheadx <andrew@andrew-montgomery.dev> | 2026-07-10 15:38:25 -0400 |
|---|---|---|
| committer | Skullheadx <andrew@andrew-montgomery.dev> | 2026-07-20 07:26:34 -0400 |
| commit | 2bbf0a2acd04286029166850c226e8b937e5915f (patch) | |
| tree | c7818cafda92cdd064908a162780b5f90d39f2e2 /flake.nix | |
| parent | add python and imagemagick (diff) | |
| download | nixos-2bbf0a2acd04286029166850c226e8b937e5915f.tar.gz nixos-2bbf0a2acd04286029166850c226e8b937e5915f.tar.bz2 nixos-2bbf0a2acd04286029166850c226e8b937e5915f.zip | |
Revert "try modules"
This reverts commit 3c6ebd9f6cc68733a5c473b4eb1dffcc0d425004.
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -71,10 +71,6 @@ packages.${system}.nvim = nvim.neovim; packages.${system-darwin}.nvim = nvim-darwin.neovim; - nixosModules = { - linux = ./modules/linux; - }; - nixosConfigurations = { nepsis = nixpkgs.lib.nixosSystem { specialArgs = { @@ -83,7 +79,6 @@ }; modules = [ hjem.nixosModules.default - self.nixosModules.linux ./common-linux.nix ./hosts/nepsis/configuration.nix ./overlays.nix @@ -96,7 +91,6 @@ }; modules = [ hjem.nixosModules.default - self.nixosModules.linux ./common-linux.nix ./hosts/icon/configuration.nix ./overlays.nix |
