This commit is contained in:
KnightArtorias 2026-02-14 03:36:01 +00:00
parent 956cedf180
commit efcf205689

View file

@ -1,11 +1,14 @@
{ pkgs, ... }: { pkgs, ... }:
let let
aagl-gtk-on-nix = import (builtins.fetchTarball "https://github.com/ezKEa/aagl-gtk-on-nix/archive/main.tar.gz"); aagl-gtk-on-nix = import (builtins.fetchTarball {
url = "https://github.com/ezKEa/aagl-gtk-on-nix/archive/main.tar.gz";
sha256 = "0ihw48ibvpaixdqvw8mx2gikbv1lczbzn5256qy9ljn9n89bzsnh";
});
in in
{ {
imports = [ imports = [
aagl-gtk-on-nix.module aagl-gtk-on-nix.module
]; ];
programs.the-honkers-railway-launcher.enable = true; programs.honkers-railway-launcher.enable = true;
} }