1
1
Fork 0

desktops: switch to niri

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2025-02-17 16:48:27 -06:00
parent c28a006c96
commit 623957e7f1
Signed by: Myned
GPG key ID: C7224454F7881A34

View file

@ -39,7 +39,7 @@ in {
desktop = mkOption {
default =
if config.custom.full
then "hyprland"
then "niri"
else "gnome";
};