diff options
| author | andromeda <andromeda@lenovo> | 2025-12-31 14:04:44 +0100 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2025-12-31 14:04:44 +0100 |
| commit | 92c4e1f7cfae7c40b1cfe992776ef5e7f8aad1f3 (patch) | |
| tree | 14c740535c18d280f4800da4e35707c74239f7b0 /machines/lenovo/impermanence.nix | |
| parent | 51d94760423581649a1c0b94701cf1622dac9aee (diff) | |
put user-level impermanence settings in users.nix
Diffstat (limited to 'machines/lenovo/impermanence.nix')
| -rw-r--r-- | machines/lenovo/impermanence.nix | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/machines/lenovo/impermanence.nix b/machines/lenovo/impermanence.nix index ced435e..2867ed5 100644 --- a/machines/lenovo/impermanence.nix +++ b/machines/lenovo/impermanence.nix @@ -15,31 +15,5 @@ "/etc/machine-id" "/etc/ly/save.txt" ]; - users."andromeda" = { - directories = [ - ".backups" - ".local/share/Anki2" - ".local/share/chat.fluffy.fluffychat" - ".local/share/zoxide" - ".ssh" - "conf" - "Downloads" - "pp" - ]; - files = [ - ".bash_history" - ".brush_history" - ]; - }; - users."mtgmonkey" = { - directories = [ - ".local/share/zoxide" - ".ssh" - ]; - files = [ - ".bash_history" - ".brush_history" - ]; - }; }; } |
