sombrero: Add home-manager
This commit is contained in:
17
hosts/sombrero/home.nix
Normal file
17
hosts/sombrero/home.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
|
||||
users.alex = {
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
home.username = "alex";
|
||||
home.homeDirectory = "/home/alex";
|
||||
|
||||
home.packages = [];
|
||||
|
||||
home.stateVersion = "22.11";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user