minor change to launching gs.sh
This commit is contained in:
@@ -11,9 +11,8 @@
|
||||
};
|
||||
hardware.xone.enable = true;
|
||||
environment = {
|
||||
systemPackages = pkgs.mangohud;
|
||||
loginShellInit = ''
|
||||
[[ "$(tty)" = "/dev/tty1" ]] && ./gs.sh
|
||||
[[ "$(tty)" = "/dev/tty1" ]] && ~/.config/nixos/gs.sh
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user