mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-19 10:04:03 +05:30
Use old sddm for now because themes
This commit is contained in:
parent
9b8e886082
commit
277dd6992c
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ in
|
||||||
wayland.enable = true;
|
wayland.enable = true;
|
||||||
enableHidpi = true;
|
enableHidpi = true;
|
||||||
theme = "chili";
|
theme = "chili";
|
||||||
package = pkgs.kdePackages.sddm;
|
package = pkgs.libsForQt5.sddm;
|
||||||
};
|
};
|
||||||
|
|
||||||
# xwayland
|
# xwayland
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue