HSR
This commit is contained in:
parent
064b859396
commit
956cedf180
2 changed files with 12 additions and 0 deletions
|
|
@ -4,5 +4,6 @@
|
|||
./pwvucontrol.nix
|
||||
./wine.nix
|
||||
./virt-manager.nix
|
||||
./hsr.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
11
nixos/roles/physical/desktop/common/apps/hsr.nix
Normal file
11
nixos/roles/physical/desktop/common/apps/hsr.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ pkgs, ... }:
|
||||
let
|
||||
aagl-gtk-on-nix = import (builtins.fetchTarball "https://github.com/ezKEa/aagl-gtk-on-nix/archive/main.tar.gz");
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
aagl-gtk-on-nix.module
|
||||
];
|
||||
|
||||
programs.the-honkers-railway-launcher.enable = true;
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue