Fix tmpfiles configuration
This commit is contained in:
parent
1c813efa8e
commit
5d92d10584
1 changed files with 3 additions and 3 deletions
|
@ -13,8 +13,8 @@ in {
|
|||
];
|
||||
|
||||
systemd.user.tmpfiles.rules = [
|
||||
"d %h/.cache/nvim/undo-files 0700 %u %g mM:1w -"
|
||||
"d %h/.cache/nvim/swap-files 0700 %u %g mM:1w -"
|
||||
"d %h/.cache/nvim/backup-files 0700 %u %g mM:1w -"
|
||||
"d %h/.cache/nvim/undo-files 0700 - - mM:1w -"
|
||||
"d %h/.cache/nvim/swap-files 0700 - - mM:1w -"
|
||||
"d %h/.cache/nvim/backup-files 0700 - - mM:1w -"
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue