fix kde connect commands
This commit is contained in:
parent
22f8b6548e
commit
2d7e7bee3c
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
|||
Type = "oneshot";
|
||||
ExecStart = "${pkgs.writeShellScript "set-kde-connect-commands" ''
|
||||
#!/run/current-system/sw/bin/bash
|
||||
find ${config.home.homeDirectory}/.config/kdeconnect/ -type d -name 'kdeconnect_runcommand' -execdir mkdir -p {}/config \; -execdir cp -rf ${builtins.toPath ./kde-connect-commands} {}/config \; -execdir chmod --recursive +rwx {}/config/ \;
|
||||
find ${config.home.homeDirectory}/.config/kdeconnect/ -type d -name 'kdeconnect_runcommand' -execdir cp -rf ${builtins.toPath ./kde-connect-commands} {}/ \; -execdir mv -f {}/kde-connect-commands {}/config \;
|
||||
''}";
|
||||
RemainAfterExit = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue