Modularized config

This commit is contained in:
2026-01-28 18:11:35 +01:00
parent 3b2a08f16c
commit 94651da127
7 changed files with 121 additions and 212 deletions

View File

@@ -0,0 +1,19 @@
{ config, pkgs, ... }:
{
programs = {
zsh.enable = true;
hyprland.enable = true;
hyprland.xwayland.enable = true;
steam.enable = true;
steam.remotePlay.openFirewall = true;
steam.localNetworkGameTransfers.openFirewall = true;
virt-manager.enable = true;
gamescope.enable = false;
gamescope.capSysNice = true;
};
}