mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
@@ -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);
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user