mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 18:09:06 +02:00
feat: activate impermanence on gallifrey
This commit is contained in:
parent
cd96488c46
commit
1ef9dd84c9
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