WIP: Groundwork for impermanence setup for nixos and home
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{ primaryUser, ... }:
|
||||
{
|
||||
home.persistence."/persist/home/${primaryUser}" = {
|
||||
hideMounts = true;
|
||||
directories = [
|
||||
".config/nix"
|
||||
".local/share/zoxide"
|
||||
];
|
||||
files = [
|
||||
".local/share/fish/fish_history"
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user