justfile defaults to building current machines config.
I think just is still a good fit for this. Much more and a nushell script might be more appropriate.
This commit is contained in:
parent
c5ffac15d3
commit
380b92d50b
3 changed files with 6 additions and 6 deletions
|
@ -77,12 +77,12 @@
|
|||
nixvim.homeManagerModules.nixvim
|
||||
];
|
||||
};
|
||||
"gabe@workstation" = home-manager.lib.homeManagerConfiguration {
|
||||
"gabe@gv-workstation" = home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = nixpkgs.legacyPackages.x86_64-linux; # Home-manager requires 'pkgs' instance
|
||||
extraSpecialArgs = {inherit inputs outputs;};
|
||||
# > Our main home-manager configuration file <
|
||||
modules = [
|
||||
./hosts/gabe-workstation.nix
|
||||
./hosts/gabe-gv-workstation.nix
|
||||
nixvim.homeManagerModules.nixvim
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue