docs: add README.md
This commit is contained in:
parent
fe1d9adfa8
commit
1c2b263904
19 changed files with 241 additions and 73 deletions
|
|
@ -1,9 +1,9 @@
|
|||
{ nix-version, ... }:
|
||||
{ nix-version, username, ... }:
|
||||
|
||||
{
|
||||
imports = [ ./user ];
|
||||
home.username = "danny";
|
||||
home.homeDirectory = "/home/danny";
|
||||
home.username = username;
|
||||
home.homeDirectory = "/home/${username}";
|
||||
|
||||
home.stateVersion = nix-version;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue