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