oh yeah we gamin' boyz

This commit is contained in:
Seraphim R. Pardee 2025-03-21 17:46:03 -04:00
parent b70fb17ff4
commit 1180adedcd
2 changed files with 10 additions and 1 deletions

View File

@ -5,7 +5,7 @@
enable = true;
settings = {
default_session = {
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --time-format '%I:%M %p | %a %h | %F' --cmd Hyprland";
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --time-format '%I:%M %p | %a %h | %F' --cmd 'eval $(/run/wrappers/bin/gnome-keyring-daemon --start --daemonize); export SSH_AUTH_SOCK; Hyprland'";
user = "greeter";
};
};
@ -45,5 +45,6 @@
vscode
equibop
cinny-desktop
telegram-desktop
];
}

View File

@ -6,4 +6,12 @@
remotePlay.openFirewall = true;
gamescopeSession.enable = true;
};
environment.systemPackages = with pkgs; [
protonup-qt
lutris
wine
mangohud
protontricks
];
}