diff --git a/flake.lock b/flake.lock index 71c7488..d52df15 100644 --- a/flake.lock +++ b/flake.lock @@ -1275,21 +1275,6 @@ "type": "github" } }, - "impurity": { - "locked": { - "lastModified": 1689836741, - "narHash": "sha256-82KeRg2sAqDXCdzVs8P8GoqVaPsZjkWgrfsj6kgOLTY=", - "owner": "outfoxxed", - "repo": "impurity.nix", - "rev": "bbc41b69ab5485cd55aa315d08cff865781d3913", - "type": "github" - }, - "original": { - "owner": "outfoxxed", - "repo": "impurity.nix", - "type": "github" - } - }, "lib-aggregate": { "inputs": { "flake-utils": "flake-utils_3", @@ -3759,7 +3744,6 @@ "hyprland-plugins": "hyprland-plugins", "hyprlock": "hyprlock", "iio-hyprland": "iio-hyprland", - "impurity": "impurity", "neovim-nightly-overlay": "neovim-nightly-overlay", "nh": "nh", "nixpak": "nixpak", diff --git a/flake.nix b/flake.nix index 04b27ad..7e48142 100644 --- a/flake.nix +++ b/flake.nix @@ -109,8 +109,6 @@ waybar.url = "github:Alexays/Waybar"; - impurity.url = "github:outfoxxed/impurity.nix"; - quickshell = { url = "git+https://git.outfoxxed.me/outfoxxed/quickshell"; inputs.nixpkgs.follows = "nixpkgs"; diff --git a/hosts/default.nix b/hosts/default.nix index e796e58..0b554fe 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -15,14 +15,8 @@ in { ../modules inputs.home-manager.nixosModules.home-manager inputs.agenix.nixosModules.default - { - imports = [ inputs.impurity.nixosModules.impurity ]; - impurity.configRoot = self; - } ]; }; - - niks-impure = self.nixosConfigurations.niks.extendModules { modules = [ { impurity.enable = true; } ]; }; del = lib.nixosSystem { system = "x86_64-linux"; @@ -34,15 +28,9 @@ in { ../modules inputs.home-manager.nixosModules.home-manager inputs.agenix.nixosModules.default - { - imports = [ inputs.impurity.nixosModules.impurity ]; - impurity.configRoot = self; - } ]; }; - del-impure = self.nixosConfigurations.niks.extendModules { modules = [ { impurity.enable = true; } ]; }; - #hape = lib.nixosSystem { # system = "x86_64-linux"; # specialArgs = {