feat: NixOS | install steam and mangohud

This commit is contained in:
2025-02-02 21:37:43 +05:00
parent ce43fe5aec
commit cd17844290

View File

@@ -80,6 +80,8 @@ in
# Framework firmware updating
services.fwupd.enable = true;
# Enable sound with pipewire.
services.pulseaudio.enable = false;
services.pipewire = {
enable = true;
alsa.enable = true;
@@ -96,8 +98,6 @@ in
RUN+="${pkgs.systemd}/bin/loginctl lock-sessions"
'';
# Enable sound with pipewire.
services.pulseaudio.enable = false;
hardware = {
# Bluetooth.
bluetooth.enable = true;
@@ -164,8 +164,19 @@ in
win-virtio
win-spice
sbctl # Secure boot
# Gaming stuff
mangohud
protonup-qt
];
# Enable steam for gaming
programs.steam = {
enable = true;
gamescopeSession.enable = true;
};
programs.gamemode.enable = true;
programs._1password.enable = true;
programs._1password-gui = {
enable = true;