Enable GameScope on login
Attempting to avoid desktop. Didn't work.
This commit is contained in:
parent
44d8f7de40
commit
025c672bd2
|
@ -144,6 +144,9 @@
|
||||||
|
|
||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
|
environment.loginShellInit = ''
|
||||||
|
[[ "$(tty)" = "/dev/tty1" ]] && ./gs.sh
|
||||||
|
'';
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
chezmoi
|
chezmoi
|
||||||
fish
|
fish
|
||||||
|
|
Loading…
Reference in New Issue