12 lines
294 B
Nix
Raw Normal View History

2024-09-29 21:47:41 +03:00
let
aagl-gtk-on-nix = import (
builtins.fetchTarball {
url = "https://github.com/ezKEa/aagl-gtk-on-nix/archive/main.tar.gz";
2024-11-09 23:11:16 +03:00
sha256 = "172nwbkix2wx3sq7z1mchm1awmy5klvcmsn54jylx85nypx67wzx";
2024-09-29 21:47:41 +03:00
}
);
2024-10-02 22:10:08 +03:00
in
{
2024-09-29 21:47:41 +03:00
home.packages = [ aagl-gtk-on-nix.the-honkers-railway-launcher ];
}