move hardware config into git repo
This commit is contained in:
parent
8ea01dbfac
commit
5648ade47c
4 changed files with 50 additions and 3 deletions
|
@ -1,4 +1,8 @@
|
|||
{ pkgs, ... }: {
|
||||
{ pkgs, settings, ... }: {
|
||||
home.stateVersion = "23.11";
|
||||
|
||||
home.username = settings.user.username;
|
||||
home.homeDirectory = "/home/${settings.user.username}";
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue