From 2bbf0a2acd04286029166850c226e8b937e5915f Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Fri, 10 Jul 2026 15:38:25 -0400 Subject: Revert "try modules" This reverts commit 3c6ebd9f6cc68733a5c473b4eb1dffcc0d425004. --- flake.nix | 6 ------ 1 file changed, 6 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index e95d317..0766b7a 100644 --- a/flake.nix +++ b/flake.nix @@ -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 -- cgit v1.3.1