cleanup code

This commit is contained in:
Chris Kruining 2025-07-31 14:46:28 +02:00
parent 80c3873cf3
commit 74212cbd58
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
10 changed files with 106 additions and 7 deletions

View file

@ -10,12 +10,6 @@ in
};
config = mkIf cfg.enable {
# home.packages = with pkgs; [ protonup ];
# home.sessionVariables = {
# STEAM_EXTRA_COMPAT_TOOLS_PATHS = "\${HOME}/.steam/root/compatibilitytools.d";
# };
programs = {
steam = {
enable = true;

View file

@ -30,7 +30,7 @@ in
loader = {
systemd-boot.enable = false;
grub.enable = true;
grub.enable = mkDefault true;
grub2-theme = {
enable = true;