diff --git a/modules/desktop/nwg-drawer.nix b/modules/desktop/nwg-drawer.nix index 05f000e..48c951c 100644 --- a/modules/desktop/nwg-drawer.nix +++ b/modules/desktop/nwg-drawer.nix @@ -27,7 +27,7 @@ in { Service = { Type = "simple"; - ExecStart = "${lib.getExe cfg.package} -r -nofs -nocats -ovl -term wezterm -spacing 15 -fm nautilus"; + ExecStart = "${lib.getExe cfg.package} -r -nofs -nocats -ovl -term wezterm -spacing 15 -fm nautilus -wm hyprland"; Restart = "on-failure"; RestartSec = 5; };