updates
This commit is contained in:
parent
5546b4cbe9
commit
03130d29d1
13 changed files with 572 additions and 0 deletions
8
modules/user.nix
Normal file
8
modules/user.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
home-manager.users."anon" = {
|
||||
home.stateVersion = "25.05";
|
||||
home.file."~/Desktop/README.md" = {
|
||||
source = ../var/README.md;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue