Fixed merge issues

This commit is contained in:
2025-08-09 13:01:15 +02:00
parent b08d46bcae
commit 7849771e42
2 changed files with 21 additions and 21 deletions

View File

@@ -52,7 +52,6 @@
kitty
mpv
telegram-desktop
virt-manager
] ++ (if gamingSystem then [
archipelago
dolphin-emu
@@ -67,6 +66,7 @@
++ (if workSystem then [
android-studio
ansible
virt-manager
] else []))
++ (if currentSystemDe == "plasma" then [
kdePackages.wallpaper-engine-plugin
@@ -85,7 +85,7 @@
programs.steam = if gamingSystem then {
enable = true;
package = pkgs.steam-millennium;
# package = pkgs.steam-millennium;
remotePlay.openFirewall = true;
} else {};