add some hypr rules, zsh cli, add steam, fix scaling

This commit is contained in:
2025-12-19 07:04:38 +03:00
parent 9ec7a410f1
commit 6c36a5ec30
11 changed files with 240 additions and 172 deletions
+7 -7
View File
@@ -32,11 +32,11 @@
};
};
# programs.steam = {
# enable = true;
# remotePlay.openFirewall =
# true; # Open ports in the firewall for Steam Remote Play
# dedicatedServer.openFirewall =
# true; # Open ports in the firewall for Source Dedicated Server
# };
programs.steam = {
enable = true;
remotePlay.openFirewall =
true; # Open ports in the firewall for Steam Remote Play
dedicatedServer.openFirewall =
true; # Open ports in the firewall for Source Dedicated Server
};
}