feat(work): add specific configuration

This commit is contained in:
Yorick Barbanneau 2024-09-06 16:28:24 +02:00
parent 5994859096
commit 630daabbd8
3 changed files with 30 additions and 16 deletions

View file

@ -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";