feat: remove --no-empty-before to allow virt workspace up

This commit is contained in:
Youwen Wu 2025-02-17 19:33:12 -08:00
parent ea3357cf5b
commit b9b055d8b6
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -6,7 +6,7 @@
}:
let
cfg = config.liminalOS.desktop.hyprland;
hyprnome = "${pkgs.hyprnome}/bin/hyprnome --no-empty-before";
hyprnome = "${pkgs.hyprnome}/bin/hyprnome";
in
{
wayland.windowManager.hyprland.settings = lib.mkIf cfg.enable {