feat(work): add specific configuration
This commit is contained in:
parent
5994859096
commit
630daabbd8
3 changed files with 30 additions and 16 deletions
|
@ -91,9 +91,15 @@ in {
|
|||
hostname = "rick";
|
||||
username = "ephase";
|
||||
};
|
||||
modules = [
|
||||
./home-manager/default.nix
|
||||
];
|
||||
};
|
||||
work = home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
||||
pkgs = import nixpkgs {
|
||||
system = "x86_64-linux";
|
||||
overlays = [ nixgl.overlay ];
|
||||
};
|
||||
extraSpecialArgs = {
|
||||
inherit stateVersion inputs;
|
||||
hostname = "yorick-Latitude-7320";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue