Added impermanence to home manager

This commit is contained in:
2026-06-30 00:27:15 +02:00
parent f1c99682ac
commit a0f6f9052b
9 changed files with 93 additions and 111 deletions
+5 -1
View File
@@ -1,4 +1,4 @@
{ pkgs, ... }:
{ pkgs, primaryUser, ... }:
let
addons = pkgs.nur.repos.rycee.firefox-addons;
readJson = path: builtins.readFile path;
@@ -22,6 +22,10 @@ let
};
in
{
home.persistence."/persist/home/${primaryUser}".directories = [
".mozilla/firefox/${primaryUser}"
];
programs.floorp = {
enable = true;