added home-manager config for server
This commit is contained in:
parent
b914dc5b2b
commit
82a9ccba15
3 changed files with 68 additions and 0 deletions
18
modules/server-home/default.nix
Normal file
18
modules/server-home/default.nix
Normal file
|
@ -0,0 +1,18 @@
|
|||
{ ... }: {
|
||||
imports = [
|
||||
../home/direnv
|
||||
../home/editor
|
||||
../home/git
|
||||
../home/shell
|
||||
./server-utils
|
||||
];
|
||||
|
||||
home = {
|
||||
username = "twoneis";
|
||||
homeDirectory = "/home/twoneis";
|
||||
|
||||
stateVersion = "22.11";
|
||||
};
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue