From 16ea6ddc30e35996925a2ecfe83bc1f59b68988c Mon Sep 17 00:00:00 2001 From: Rachel Lambda Samuelsson Date: Mon, 28 Aug 2023 01:19:50 +0200 Subject: [PATCH] enable steam in attempt to make steam input work --- lambda/configuration.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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;