Initial commit

This commit is contained in:
2024-05-29 15:24:31 -05:00
commit a0c6081818
31 changed files with 1392 additions and 0 deletions

11
features/gaming.nix Normal file
View File

@@ -0,0 +1,11 @@
{ lib, pkgs, localPackages, ... }: {
environment.systemPackages = with pkgs; [
protonup-qt
vesktop
];
programs.steam = {
enable = true;
gamescopeSession.enable = true;
};
}