added work home-manager.
This commit is contained in:
parent
20387cd34a
commit
1394cb99e8
|
@ -62,6 +62,15 @@
|
|||
nixvim.homeManagerModules.nixvim
|
||||
];
|
||||
};
|
||||
"gabe@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
|
||||
nixvim.homeManagerModules.nixvim
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue