This commit is contained in:
2025-06-06 11:48:30 -05:00
parent f5e859f1c9
commit 994381bdfb
2 changed files with 5 additions and 6 deletions
-1
View File
@@ -34,7 +34,6 @@
./home.nix
nixvim.homeManagerModules.nixvim
impermanence.homeManagerModules.impermanence
];
};
}
+2 -2
View File
@@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ config, lib, pkgs, inputs, ... }:
{
@@ -37,7 +37,7 @@
};
# user persisted dirs
home.persistance."/persist/home" = {
home.persistence."/persist/home" = {
directories = [
".ssh"
"rp"