HSR2
This commit is contained in:
parent
956cedf180
commit
efcf205689
1 changed files with 5 additions and 2 deletions
|
|
@ -1,11 +1,14 @@
|
|||
{ pkgs, ... }:
|
||||
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
|
||||
{
|
||||
imports = [
|
||||
aagl-gtk-on-nix.module
|
||||
];
|
||||
|
||||
programs.the-honkers-railway-launcher.enable = true;
|
||||
programs.honkers-railway-launcher.enable = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue