8 lines
154 B
Nix
8 lines
154 B
Nix
{
|
|
home-manager.users."anon" = {
|
|
home.stateVersion = "25.05";
|
|
home.file."~/Desktop/README.md" = {
|
|
source = ../var/README.md;
|
|
};
|
|
};
|
|
}
|