mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-09-08 15:25:00 +02:00
feat: activate impermanence on gallifrey
This commit is contained in:
parent
6a1ae8a6d5
commit
718e996b22
4 changed files with 60 additions and 15 deletions
|
@ -76,6 +76,15 @@
|
|||
|
||||
fonts.fontconfig.enable = true;
|
||||
|
||||
home.persistence."/persistent/home/julien" = {
|
||||
directories = [
|
||||
"Pictures"
|
||||
"Documents"
|
||||
".ssh"
|
||||
];
|
||||
allowOther = true;
|
||||
};
|
||||
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
package = pkgs.firefox;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue