1773677607

This commit is contained in:
2026-03-16 10:13:27 -06:00
parent 753973773d
commit 217e7ea4c3
7 changed files with 39 additions and 40 deletions
+2 -4
View File
@@ -1,10 +1,7 @@
{ pkgs, ... }:
{
# Enable unfree globally
nixpkgs.config.allowUnfree = true;
# Enable zsh globally
programs.zsh.enable = true;
environment.systemPackages = with pkgs; [
@@ -14,7 +11,6 @@
qmk-udev-rules
];
# Programs with extra configuration
programs.steam = {
enable = true;
remotePlay.openFirewall = true;
@@ -26,4 +22,6 @@
programs.java.enable = true;
programs.gamemode.enable = true;
programs.obs-studio.enable = true;
}