impermanence: cleanup
This commit is contained in:
parent
05d41aaaf1
commit
051e442578
1 changed files with 1 additions and 4 deletions
|
@ -38,9 +38,6 @@ in {
|
||||||
"/var/lib/systemd/coredump"
|
"/var/lib/systemd/coredump"
|
||||||
];
|
];
|
||||||
|
|
||||||
files = [
|
|
||||||
"/etc/machine-id"
|
|
||||||
];
|
|
||||||
users.cr = {
|
users.cr = {
|
||||||
directories =
|
directories =
|
||||||
[
|
[
|
||||||
|
@ -55,7 +52,7 @@ in {
|
||||||
) ["tealdeer" "keepassxc" "nix" "starship" "nix-index" "mozilla" "zsh" "nvim"]
|
) ["tealdeer" "keepassxc" "nix" "starship" "nix-index" "mozilla" "zsh" "nvim"]
|
||||||
++ map (
|
++ map (
|
||||||
dir: ".local/share/${dir}"
|
dir: ".local/share/${dir}"
|
||||||
) ["direnv" "Steam" "TelegramDesktop" "PrismLauncher" "nicotine" "zoxide" ".ssh" ".keepass"];
|
) ["direnv" "Steam" "TelegramDesktop" "PrismLauncher" "nicotine" "zoxide" ".keepass"];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue