feat: NixOS | install steam and mangohud
This commit is contained in:
@@ -80,6 +80,8 @@ in
|
|||||||
# Framework firmware updating
|
# Framework firmware updating
|
||||||
services.fwupd.enable = true;
|
services.fwupd.enable = true;
|
||||||
|
|
||||||
|
# Enable sound with pipewire.
|
||||||
|
services.pulseaudio.enable = false;
|
||||||
services.pipewire = {
|
services.pipewire = {
|
||||||
enable = true;
|
enable = true;
|
||||||
alsa.enable = true;
|
alsa.enable = true;
|
||||||
@@ -96,8 +98,6 @@ in
|
|||||||
RUN+="${pkgs.systemd}/bin/loginctl lock-sessions"
|
RUN+="${pkgs.systemd}/bin/loginctl lock-sessions"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# Enable sound with pipewire.
|
|
||||||
services.pulseaudio.enable = false;
|
|
||||||
hardware = {
|
hardware = {
|
||||||
# Bluetooth.
|
# Bluetooth.
|
||||||
bluetooth.enable = true;
|
bluetooth.enable = true;
|
||||||
@@ -164,8 +164,19 @@ in
|
|||||||
win-virtio
|
win-virtio
|
||||||
win-spice
|
win-spice
|
||||||
sbctl # Secure boot
|
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.enable = true;
|
||||||
programs._1password-gui = {
|
programs._1password-gui = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user