GAAAAAAAAAY

This commit is contained in:
2025-05-01 15:47:45 -05:00
parent b27c751d62
commit 5964c6fc49
12 changed files with 302 additions and 67 deletions

View File

@@ -101,12 +101,16 @@ boot = {
# Enable the GNOME Desktop Environment.
programs.hyprland.enable = false;
services.desktopManager.plasma6.enable = true;
services.displayManager.sddm.enable = true;
programs.hyprland.enable = true;
services.desktopManager.plasma6.enable = false;
services.displayManager.sddm.enable = false;
services.displayManager.cosmic-greeter.enable = false;
services.desktopManager.cosmic.enable = true;
/*security.pam.services.hyprlock = {};
/*services.displayManager = {
autoLogin.enable = true;
autoLogin.user = "joshuaelm";
};*/
security.pam.services.hyprlock = {};
services.greetd = {
enable = true;
@@ -117,12 +121,10 @@ boot = {
};
default_session = initial_session;
};
};*/
};
# Steam Deck Gamemode
programs.steam.gamescopeSession.enable = true;
services.getty.autologinUser = "joshuaelm";
environment.loginShellInit = ''[[ "$(tty)" = "/dev/tty1" ]] && ~/NixOS-Config gs.sh'';
# Polkit
@@ -254,10 +256,10 @@ hardware.pulseaudio.extraConfig = ''
targetPkgs = pkgs: with pkgs; [
alsa-lib atk cairo cups curl dbus expat file fish fontconfig freetype
fuse glib gtk3 libGL libnotify libxml2 libxslt netcat nspr nss openjdk8
openssl.dev pango pkg-config strace udev vulkan-loader watch wget which
xorg.libX11 xorg.libxcb xorg.libXcomposite xorg.libXcursor
openssl.dev pango appimage-run pkg-config strace udev vulkan-loader watch wget which
xorg.libX11 icu xorg.libxcb xorg.libXcomposite xorg.libXcursor
xorg.libXdamage xorg.libXext xorg.libXfixes xorg.libXi xorg.libXrandr
xorg.libXrender xorg.libXScrnSaver xorg.libxshmfence xorg.libXtst
xorg.libXrender xorg.libXScrnSaver openssl xorg.libxshmfence xorg.libXtst
xorg.xcbutilkeysyms zlib fontconfig.lib libuuid xorg.libXft
];
profile = ''export FHS=1'';
@@ -267,7 +269,9 @@ hardware.pulseaudio.extraConfig = ''
bibata-cursors
killall
mangohud
aonsoku
teamspeak3
cemu
teamspeak6-client
unetbootin
winetricks
@@ -302,7 +306,7 @@ hardware.pulseaudio.extraConfig = ''
nssTools
qt5.full
dconf
openjdk
openjdk23
heroic
protontricks
gamescope
@@ -367,8 +371,8 @@ hardware.pulseaudio.extraConfig = ''
services.openssh.allowSFTP = true;
# Open ports in the firewall.
networking.firewall.allowedTCPPorts = [ 7860 3042 47990 5001 ];
networking.firewall.allowedUDPPorts = [ 7860 3042 47990 ];
networking.firewall.allowedTCPPorts = [ 7860 3042 47990 48010 5001 ];
networking.firewall.allowedUDPPorts = [ 7860 3042 47990 4800 48010 ];
# Or disable the firewall altogether.
# networking.firewall.enable = false;