From 0658c5d898d6267e23d28f60d2c32edcf85d5c06 Mon Sep 17 00:00:00 2001 From: andromeda Date: Fri, 9 Jan 2026 23:23:07 +0100 Subject: modularise lenovo? --- users.nix | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'users.nix') diff --git a/users.nix b/users.nix index 1d78a87..8654bc1 100644 --- a/users.nix +++ b/users.nix @@ -36,7 +36,7 @@ in { ]; }; }; - environment.persistence."/nix/persist".users = lib.mkIf config.environment.persistence."/nix/persist".enable ( + environment.persistence."/persist".users = lib.mkIf config.environment.persistence."/persist".enable ( builtins.mapAttrs (name: value: lib.mkIf (builtins.elem name machine.users) value) { @@ -56,16 +56,6 @@ in { ".brush_history" ]; }; - "mtgmonkey" = { - directories = [ - ".local/share/zoxide" - ".ssh" - ]; - files = [ - ".bash_history" - ".brush_history" - ]; - }; } ); } -- cgit v1.3