mirror of
https://github.com/youwen5/nixos.git
synced 2025-02-21 03:01:11 -08: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…
Reference in a new issue