From 55d12269daddc3648eae5d236756059191834431 Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Mon, 19 Jan 2026 07:44:46 -0600 Subject: initial wireguard setup --- modules/desktop/options.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/desktop/options.nix') diff --git a/modules/desktop/options.nix b/modules/desktop/options.nix index a4ba38d..5ba4423 100644 --- a/modules/desktop/options.nix +++ b/modules/desktop/options.nix @@ -62,7 +62,7 @@ in { name = "catppuccin-mocha-dark-cursors"; package = pkgs.catppuccin-cursors.mochaDark; } - else if config.collinux.gtk.theme == "adwaita" + else if config.collinux.desktop.gtk.theme == "adwaita" then { name = "Vanilla-DMZ"; package = pkgs.vanilla-dmz; @@ -136,7 +136,7 @@ in { message = "Can't enable gdm and greetd at the same time"; } { - assertion = with config.collinux.desktop.greetd; enable && !(autologin.enable && cosmic-greeter.enable); + assertion = with config.collinux.desktop.greetd; enable -> !(autologin.enable && cosmic-greeter.enable); message = "Can't use autologin and cosmic-greeter at the same time"; } ]; -- cgit v1.3.1