enable steam in attempt to make steam input work

This commit is contained in:
Rachel Lambda Samuelsson 2023-08-28 01:19:50 +02:00
parent 99d3ed0dbf
commit 16ea6ddc30

View File

@ -19,7 +19,6 @@
libvdpau-va-gl
];
};
programs.gamemode.enable = true;
hardware.bluetooth.enable = true;
services.logind = {
lidSwitch = "hibernate";
@ -158,11 +157,13 @@
};
# [PACKAGES]
# [PACKAGES / PROGRAMS]
environment.systemPackages = with pkgs; [
git
neovim
];
programs.gamemode.enable = true;
programs.steam.enable = true;
# [SERVICES]
services.printing.enable = true;