From c29a14135736c2516bb5d951e6e97dc8143598db Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Tue, 3 Mar 2026 16:45:26 -0600 Subject: changes --- modules/desktop/hjem/wm/sway.nix | 1 - modules/desktop/options.nix | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/desktop') diff --git a/modules/desktop/hjem/wm/sway.nix b/modules/desktop/hjem/wm/sway.nix index 14f8637..62e4203 100644 --- a/modules/desktop/hjem/wm/sway.nix +++ b/modules/desktop/hjem/wm/sway.nix @@ -38,7 +38,6 @@ settings = '' exec ${config.collinux.desktop.wallpaper_cmd} exec ${pkgs.dunst}/bin/dunst - exec ${pkgs.soteria}/bin/soteria include catppuccin-mocha diff --git a/modules/desktop/options.nix b/modules/desktop/options.nix index 1bd03fe..9081ba9 100644 --- a/modules/desktop/options.nix +++ b/modules/desktop/options.nix @@ -25,6 +25,7 @@ in { autologin = { enable = mkEnableOption "autologin"; command = mkOption { + internal = true; type = lib.types.str; default = with config.collinux.desktop; if (wm.sway.enable && !gnome.enable && !wm.niri.enable) -- cgit v1.3.1