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" = {
|
||||
directories = [
|
||||
".mozilla"
|
||||
# Hidden user data
|
||||
".repositories"
|
||||
".print"
|
||||
# Mutable configurations
|
||||
".config/Yubico"
|
||||
# Application specific data
|
||||
|
@ -48,7 +51,6 @@
|
|||
"Games"
|
||||
"Music"
|
||||
"Pictures"
|
||||
"Printer"
|
||||
"Videos"
|
||||
];
|
||||
};
|
||||
|
|
|
@ -28,8 +28,6 @@
|
|||
|
||||
persistence."/persist/home/sajenim" = {
|
||||
directories = [
|
||||
".backup"
|
||||
".github"
|
||||
".gnupg"
|
||||
".ssh"
|
||||
|
||||
|
|
Loading…
Reference in a new issue