forked from jan-leila/nix-config
fixed home directory starts
This commit is contained in:
parent
ca01e667a1
commit
28ac8a4fa4
5 changed files with 7 additions and 7 deletions
|
@ -19,7 +19,7 @@
|
|||
lib.mkIf osConfig.host.impermanence.enable {
|
||||
home.persistence."/persist${config.home.homeDirectory}" = {
|
||||
directories = [
|
||||
"~/.local/share/Anki2"
|
||||
".local/share/Anki2"
|
||||
];
|
||||
allowOther = true;
|
||||
};
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
lib.mkIf osConfig.host.impermanence.enable {
|
||||
home.persistence."/persist${config.home.homeDirectory}" = {
|
||||
directories = [
|
||||
"~/.config/Bitwarden"
|
||||
".config/Bitwarden"
|
||||
];
|
||||
allowOther = true;
|
||||
};
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
lib.mkIf osConfig.host.impermanence.enable {
|
||||
home.persistence."/persist${config.home.homeDirectory}" = {
|
||||
directories = [
|
||||
"~/.config/bruno/"
|
||||
".config/bruno/"
|
||||
];
|
||||
allowOther = true;
|
||||
};
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
lib.mkIf osConfig.host.impermanence.enable {
|
||||
home.persistence."/persist${config.home.homeDirectory}" = {
|
||||
directories = [
|
||||
"~/.config/calibre"
|
||||
".config/calibre"
|
||||
];
|
||||
allowOther = true;
|
||||
};
|
||||
|
|
|
@ -20,11 +20,11 @@
|
|||
home.persistence."/persist${config.home.homeDirectory}" = {
|
||||
directories = [
|
||||
# configuration
|
||||
"~/.config/JetBrains/"
|
||||
".config/JetBrains/"
|
||||
# plugins
|
||||
"~/.local/share/JetBrains/"
|
||||
".local/share/JetBrains/"
|
||||
# System and Logs
|
||||
"~/.cache/JetBrains/"
|
||||
".cache/JetBrains/"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue