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"
|
||||
}
|
||||
},
|
||||
"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",
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -15,15 +15,9 @@ 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";
|
||||
specialArgs = {
|
||||
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue