mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-22 02:55:48 +02:00
@@ -1,6 +1,8 @@
|
||||
{
|
||||
pkgs,
|
||||
pkgs-unstable,
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
home = {
|
||||
@@ -19,7 +21,7 @@
|
||||
rsync
|
||||
]);
|
||||
|
||||
persistence."/persist" = {
|
||||
persistence."/persist" = lib.mkIf (config.var.impermanenceEnabled or false) {
|
||||
directories = [
|
||||
".claude"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user