Change directory names for git clones and printer data
This commit is contained in:
parent
5e550e3722
commit
7b5f9a5182
|
@ -37,6 +37,9 @@
|
||||||
persistence."/persist/home/sajenim" = {
|
persistence."/persist/home/sajenim" = {
|
||||||
directories = [
|
directories = [
|
||||||
".mozilla"
|
".mozilla"
|
||||||
|
# Hidden user data
|
||||||
|
".repositories"
|
||||||
|
".print"
|
||||||
# Mutable configurations
|
# Mutable configurations
|
||||||
".config/Yubico"
|
".config/Yubico"
|
||||||
# Application specific data
|
# Application specific data
|
||||||
|
@ -48,7 +51,6 @@
|
||||||
"Games"
|
"Games"
|
||||||
"Music"
|
"Music"
|
||||||
"Pictures"
|
"Pictures"
|
||||||
"Printer"
|
|
||||||
"Videos"
|
"Videos"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
@ -28,8 +28,6 @@
|
||||||
|
|
||||||
persistence."/persist/home/sajenim" = {
|
persistence."/persist/home/sajenim" = {
|
||||||
directories = [
|
directories = [
|
||||||
".backup"
|
|
||||||
".github"
|
|
||||||
".gnupg"
|
".gnupg"
|
||||||
".ssh"
|
".ssh"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue