From 025c672bd24e0c78a2aa3bb25ba5b596befc1f3a Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Sun, 13 Apr 2025 18:14:22 +0000 Subject: [PATCH] Enable GameScope on login Attempting to avoid desktop. Didn't work. --- eshu/etc/nixos/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eshu/etc/nixos/configuration.nix b/eshu/etc/nixos/configuration.nix index e99844c..a21f330 100644 --- a/eshu/etc/nixos/configuration.nix +++ b/eshu/etc/nixos/configuration.nix @@ -144,6 +144,9 @@ # List packages installed in system profile. To search, run: # $ nix search wget + environment.loginShellInit = '' + [[ "$(tty)" = "/dev/tty1" ]] && ./gs.sh + ''; environment.systemPackages = with pkgs; [ chezmoi fish