feat: add change wallpaper shortcut to yazi
This commit is contained in:
parent
d1f25b377f
commit
c45ba82b90
18 changed files with 188 additions and 21 deletions
File diff suppressed because one or more lines are too long
|
|
@ -87,5 +87,10 @@ in
|
|||
owner = "crowdsec";
|
||||
mode = "0600";
|
||||
};
|
||||
"opencloud" = mkIf config.services.opencloud.enable {
|
||||
owner = config.services.opencloud.user;
|
||||
group = config.services.opencloud.group;
|
||||
mode = "0600";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue