diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-01-19 07:44:46 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-01-19 07:44:46 -0600 |
| commit | 55d12269daddc3648eae5d236756059191834431 (patch) | |
| tree | 1fd86605cd40e869cefd760b67d8a2440f7ff782 /modules/desktop/options.nix | |
| parent | d6c4bd6d87d31a2c688fb2fcfdb0cb15d8f9163d (diff) | |
initial wireguard setup
Diffstat (limited to 'modules/desktop/options.nix')
| -rw-r--r-- | modules/desktop/options.nix | 4 |
1 files changed, 2 insertions, 2 deletions
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"; } ]; |
