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
|
libvdpau-va-gl
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
programs.gamemode.enable = true;
|
|
||||||
hardware.bluetooth.enable = true;
|
hardware.bluetooth.enable = true;
|
||||||
services.logind = {
|
services.logind = {
|
||||||
lidSwitch = "hibernate";
|
lidSwitch = "hibernate";
|
||||||
|
@ -158,11 +157,13 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
# [PACKAGES]
|
# [PACKAGES / PROGRAMS]
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
git
|
git
|
||||||
neovim
|
neovim
|
||||||
];
|
];
|
||||||
|
programs.gamemode.enable = true;
|
||||||
|
programs.steam.enable = true;
|
||||||
|
|
||||||
# [SERVICES]
|
# [SERVICES]
|
||||||
services.printing.enable = true;
|
services.printing.enable = true;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user