update cross-module package references, nuke execOnStart
This commit is contained in:
parent
6d61976106
commit
ff647de9ce
13 changed files with 135 additions and 73 deletions
|
@ -14,14 +14,11 @@ in {
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
modules.desktop.execOnStart = let
|
||||
path = cfg.sockPath;
|
||||
script = pkgs.writeScript "launch-wob" ''
|
||||
rm -f ${path} && mkfifo ${path} && tail -f ${path} | ${lib.getExe pkgs.wob}
|
||||
'';
|
||||
in [ (toString script) ];
|
||||
# uhm uh um
|
||||
# i don't know how the code in home-manager is making the wob socket, but it is
|
||||
hm.services.wob = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
"" = {
|
||||
timeout = 1000;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue