mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-02-05 00:26:47 +05:30
13 lines
178 B
Nix
13 lines
178 B
Nix
{...}: {
|
|
home.persistence."/persist" = {
|
|
directories = [
|
|
"Projects"
|
|
"Stuff"
|
|
".ssh"
|
|
".local/share/zsh"
|
|
];
|
|
};
|
|
|
|
home.stateVersion = "24.11";
|
|
}
|