From 623957e7f1529064f4581038f48db9a575569871 Mon Sep 17 00:00:00 2001 From: Myned Date: Mon, 17 Feb 2025 16:48:27 -0600 Subject: [PATCH] desktops: switch to niri Signed-off-by: Myned --- options/custom/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options/custom/default.nix b/options/custom/default.nix index c58fb8a..6455091 100644 --- a/options/custom/default.nix +++ b/options/custom/default.nix @@ -39,7 +39,7 @@ in { desktop = mkOption { default = if config.custom.full - then "hyprland" + then "niri" else "gnome"; };