Add initial legacy configuration
This commit is contained in:
parent
febfe1d970
commit
db07652d99
64 changed files with 3287 additions and 13 deletions
15
home-configurations/fhauser.nix
Normal file
15
home-configurations/fhauser.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
osConfig,
|
||||
...
|
||||
}:
|
||||
{
|
||||
home =
|
||||
let
|
||||
username = "fhauser";
|
||||
in
|
||||
{
|
||||
inherit username;
|
||||
inherit (osConfig.system) stateVersion;
|
||||
homeDirectory = osConfig.users.users.${username}.home;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue