mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-21 16:33:55 -05:00
pacifidlog: use kde
This commit is contained in:
parent
d86e4c5be1
commit
4e4c3a7bc7
|
@ -65,7 +65,7 @@
|
|||
steam = {
|
||||
enable = true;
|
||||
autoStart = true;
|
||||
desktopSession = "hyprland";
|
||||
desktopSession = "plasmawayland";
|
||||
|
||||
environment = {
|
||||
STEAM_EXTRA_COMPAT_TOOLS_PATHS = lib.makeSearchPathOutput "steamcompattool" "" config.programs.steam.extraCompatPackages;
|
||||
|
@ -113,7 +113,7 @@
|
|||
steam.enable = true;
|
||||
};
|
||||
|
||||
desktop.hyprland.enable = true;
|
||||
desktop.kde.enable = true;
|
||||
laptopMode = true;
|
||||
services.flatpak.enable = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue