Standardize more paths and such
This commit is contained in:
parent
dbd5ea69cd
commit
def300827a
5 changed files with 12 additions and 8 deletions
|
@ -1,8 +1,9 @@
|
|||
{ ... }:
|
||||
{ nur, ... }:
|
||||
{
|
||||
imports = [
|
||||
./gui
|
||||
./terminal
|
||||
./misc
|
||||
nur.modules.homeManager.default
|
||||
];
|
||||
}
|
||||
|
|
|
@ -6,6 +6,9 @@
|
|||
qbittorrent
|
||||
vesktop
|
||||
];
|
||||
persistence."/persist${config.home.homeDirectory}".directories = [ ".config/vesktop" ];
|
||||
persistence."/persist${config.home.homeDirectory}".directories = [
|
||||
".config/qBittorrent"
|
||||
".config/vesktop"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue