feat: added coder workspace home config
parent
7dfb905377
commit
e9c3b32d75
|
@ -68,7 +68,7 @@
|
|||
"ricard@coder-workspace" = home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
||||
extraSpecialArgs = { inherit inputs outputs; };
|
||||
modules = [ ./hosts/coder-workspac/home.nix ];
|
||||
modules = [ ./hosts/coder-workspace/home.nix ];
|
||||
};
|
||||
|
||||
};
|
||||
|
|
|
@ -14,5 +14,10 @@
|
|||
|
||||
imports = [ outputs.homeManagerModules.common ];
|
||||
|
||||
home = {
|
||||
username = "ricard";
|
||||
homeDirectory = "/home/ricard";
|
||||
};
|
||||
|
||||
home.stateVersion = "23.05";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue