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