pkgs: Flakify AAGL

This commit is contained in:
2024-12-17 19:25:58 +03:00
parent 5cad49555e
commit e0a0721dea
6 changed files with 114 additions and 66 deletions
-1
View File
@@ -5,7 +5,6 @@
../../packages/desktop.nix
../../packages/art.nix
./modules/aagl.nix
./modules/git.nix
./modules/hyprland.nix
./modules/style.nix
-11
View File
@@ -1,11 +0,0 @@
let
aagl-gtk-on-nix = import (
builtins.fetchTarball {
url = "https://github.com/ezKEa/aagl-gtk-on-nix/archive/main.tar.gz";
sha256 = "14fnbcvmr1b8jkkjfbyarljwawgh3as9skdyvyc10b1nqh0641h0";
}
);
in
{
home.packages = [ aagl-gtk-on-nix.the-honkers-railway-launcher ];
}