mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-02-04 08:16:48 +05:30
12 lines
164 B
Nix
12 lines
164 B
Nix
{...}: {
|
|
home.persistence."/persist" = {
|
|
directories = [
|
|
"Projects"
|
|
".ssh"
|
|
".local/share/zsh"
|
|
];
|
|
};
|
|
|
|
home.stateVersion = "24.11";
|
|
}
|