aboutsummaryrefslogtreecommitdiff
path: root/modules/desktop
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-03-03 16:45:26 -0600
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-03-03 16:45:26 -0600
commitc29a14135736c2516bb5d951e6e97dc8143598db (patch)
tree925628abfe934e3ea2cfd4a70357f8f9b5acb474 /modules/desktop
parentce2cc260710f801c10302847796b931f7ed19709 (diff)
changes
Diffstat (limited to 'modules/desktop')
-rw-r--r--modules/desktop/hjem/wm/sway.nix1
-rw-r--r--modules/desktop/options.nix1
2 files changed, 1 insertions, 1 deletions
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)