No more mental illness

This commit is contained in:
caem 2024-08-01 18:37:19 +02:00
parent 8b8c31d9ef
commit 8de3f12524
Signed by: caem
GPG key ID: 69A830D03203405F
3 changed files with 1 additions and 52 deletions

View file

@ -10,11 +10,6 @@
inputs.nixpkgs.follows = "nixpkgs";
};
aagl = {
url = "github:ezKEa/aagl-gtk-on-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
hyprland = {
type = "git";
url = "https://github.com/hyprwm/Hyprland";
@ -22,7 +17,7 @@
};
};
outputs = { nixpkgs, impermanence, home-manager, aagl, nur, ... } @ inputs:
outputs = { nixpkgs, impermanence, home-manager, nur, ... } @ inputs:
let
lib = nixpkgs.lib.extend (final: prev:
import ./lib { lib = final; }
@ -38,7 +33,6 @@
}
impermanence.nixosModules.impermanence
nur.nixosModules.nur
aagl.nixosModules.default
];
nixpkgs = nixpkgs;
inputs = inputs;