pacifidlog: use kde

This commit is contained in:
Aly Raffauf 2024-10-25 21:08:40 -04:00
parent d86e4c5be1
commit 4e4c3a7bc7

View file

@ -65,7 +65,7 @@
steam = { steam = {
enable = true; enable = true;
autoStart = true; autoStart = true;
desktopSession = "hyprland"; desktopSession = "plasmawayland";
environment = { environment = {
STEAM_EXTRA_COMPAT_TOOLS_PATHS = lib.makeSearchPathOutput "steamcompattool" "" config.programs.steam.extraCompatPackages; STEAM_EXTRA_COMPAT_TOOLS_PATHS = lib.makeSearchPathOutput "steamcompattool" "" config.programs.steam.extraCompatPackages;
@ -113,7 +113,7 @@
steam.enable = true; steam.enable = true;
}; };
desktop.hyprland.enable = true; desktop.kde.enable = true;
laptopMode = true; laptopMode = true;
services.flatpak.enable = true; services.flatpak.enable = true;