Set up nix with home manager (only work host for now)
This commit is contained in:
8
.config/home-manager/hosts/work/default.nix
Normal file
8
.config/home-manager/hosts/work/default.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
home.username = "hektor";
|
||||
home.homeDirectory = "/home/hektor";
|
||||
home.stateVersion = "25.05";
|
||||
home.packages = [ ];
|
||||
}
|
||||
Reference in New Issue
Block a user