add flake/home-manager and standard cli programs
This commit is contained in:
17
modules/home-manager.nix
Normal file
17
modules/home-manager.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
|
||||
sharedModules = [{
|
||||
home.stateVersion = "23.05";
|
||||
}];
|
||||
|
||||
users = {
|
||||
stefan = {
|
||||
home.username = "stefan";
|
||||
home.homeDirectory = "/home/stefan";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user