remove impurity (sorry fox)
This commit is contained in:
parent
0813c15ed6
commit
ea024ab637
3 changed files with 0 additions and 30 deletions
16
flake.lock
16
flake.lock
|
@ -1275,21 +1275,6 @@
|
||||||
"type": "github"
|
"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": {
|
"lib-aggregate": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"flake-utils": "flake-utils_3",
|
"flake-utils": "flake-utils_3",
|
||||||
|
@ -3759,7 +3744,6 @@
|
||||||
"hyprland-plugins": "hyprland-plugins",
|
"hyprland-plugins": "hyprland-plugins",
|
||||||
"hyprlock": "hyprlock",
|
"hyprlock": "hyprlock",
|
||||||
"iio-hyprland": "iio-hyprland",
|
"iio-hyprland": "iio-hyprland",
|
||||||
"impurity": "impurity",
|
|
||||||
"neovim-nightly-overlay": "neovim-nightly-overlay",
|
"neovim-nightly-overlay": "neovim-nightly-overlay",
|
||||||
"nh": "nh",
|
"nh": "nh",
|
||||||
"nixpak": "nixpak",
|
"nixpak": "nixpak",
|
||||||
|
|
|
@ -109,8 +109,6 @@
|
||||||
|
|
||||||
waybar.url = "github:Alexays/Waybar";
|
waybar.url = "github:Alexays/Waybar";
|
||||||
|
|
||||||
impurity.url = "github:outfoxxed/impurity.nix";
|
|
||||||
|
|
||||||
quickshell = {
|
quickshell = {
|
||||||
url = "git+https://git.outfoxxed.me/outfoxxed/quickshell";
|
url = "git+https://git.outfoxxed.me/outfoxxed/quickshell";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
|
@ -15,14 +15,8 @@ in {
|
||||||
../modules
|
../modules
|
||||||
inputs.home-manager.nixosModules.home-manager
|
inputs.home-manager.nixosModules.home-manager
|
||||||
inputs.agenix.nixosModules.default
|
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 {
|
del = lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
|
@ -34,15 +28,9 @@ in {
|
||||||
../modules
|
../modules
|
||||||
inputs.home-manager.nixosModules.home-manager
|
inputs.home-manager.nixosModules.home-manager
|
||||||
inputs.agenix.nixosModules.default
|
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 {
|
#hape = lib.nixosSystem {
|
||||||
# system = "x86_64-linux";
|
# system = "x86_64-linux";
|
||||||
# specialArgs = {
|
# specialArgs = {
|
||||||
|
|
Loading…
Reference in a new issue