mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 21:29:48 +01:00
parent
df848f4478
commit
5c2c27f5c1
1 changed files with 2 additions and 3 deletions
|
@ -107,8 +107,7 @@ in {
|
|||
mkIf (cfg.windowmenu != "") { text = cfg.windowmenu; };
|
||||
};
|
||||
|
||||
xsession.windowManager.command = concatStringsSep " "
|
||||
([ "${cfg.package}/bin/fluxbox" ]
|
||||
++ escapeShellArgs (remove "" cfg.extraCommandLineArgs));
|
||||
xsession.windowManager.command = escapeShellArgs
|
||||
([ "${cfg.package}/bin/fluxbox" ] ++ remove "" cfg.extraCommandLineArgs);
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue