enable steam in attempt to make steam input work
This commit is contained in:
parent
99d3ed0dbf
commit
16ea6ddc30
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user