diff --git a/lambda/configuration.nix b/lambda/configuration.nix index 1fa877b..d92c3a0 100644 --- a/lambda/configuration.nix +++ b/lambda/configuration.nix @@ -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;