From db60be1f5a9702b0e7692b9c1e7ef07c18e21648 Mon Sep 17 00:00:00 2001 From: twoneis Date: Thu, 14 Mar 2024 00:39:52 +0100 Subject: [PATCH] enable niri for surface --- devices/surface/options.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/surface/options.nix b/devices/surface/options.nix index be511a2..ba724e5 100644 --- a/devices/surface/options.nix +++ b/devices/surface/options.nix @@ -1,5 +1,5 @@ { ... }: { - withNiri = false; + withNiri = true; withGnome = true; withVM = false; withDistrobox = true;