workstation | refactor home-manager, remove basshrc control from home-manager
This commit is contained in:
parent
2b2653baa5
commit
2010f05730
12 changed files with 163 additions and 218 deletions
10
workstation/home/home.nix
Normal file
10
workstation/home/home.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
users.users.don.isNormalUser = true;
|
||||
home-manager.users.don = {
|
||||
home.username = "don";
|
||||
home.homeDirectory = "/home/don";
|
||||
home.stateVersion = "22.11";
|
||||
programs.go.enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue