Update flake.lock and remove ags flake

This commit is contained in:
caem 2024-07-21 16:40:15 +02:00
parent 2390e8088c
commit 1a46bcfaff
Signed by: caem
GPG key ID: 69A830D03203405F
2 changed files with 14 additions and 52 deletions

View file

@ -14,11 +14,9 @@
url = "github:ezKEa/aagl-gtk-on-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
ags.url = "github:Aylur/ags";
};
outputs = { nixpkgs, impermanence, home-manager, aagl, nur, ags, ... }:
outputs = { nixpkgs, impermanence, home-manager, aagl, nur, ... }:
{
nixosConfigurations.workstation = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
@ -26,7 +24,6 @@
home-manager.nixosModules.home-manager {
home-manager.sharedModules = [
nur.hmModules.nur
ags.homeManagerModules.default
];
}
impermanence.nixosModules.impermanence