mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
feat: remove --no-empty-before to allow virt workspace up
This commit is contained in:
parent
ea3357cf5b
commit
b9b055d8b6
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue