Oops. thats a big commit
This commit is contained in:
parent
dfcb53a44e
commit
c5ed13b511
25 changed files with 393 additions and 303 deletions
|
@ -14,12 +14,12 @@ in {
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
hm.wayland.windowManager.hyprland.settings.exec-once = let
|
||||
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 [ script ];
|
||||
in [ (toString script) ];
|
||||
hm.services.wob = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue