mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-07 20:28:08 +01:00
Fixed merge issues
This commit is contained in:
@@ -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 {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user