added home config for rpi
This commit is contained in:
parent
59f36caeb1
commit
5c9cce1e4a
10
flake.nix
10
flake.nix
@ -158,6 +158,16 @@
|
|||||||
./hosts/v-th-ctr-01/home.nix
|
./hosts/v-th-ctr-01/home.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"deploy@p-th-rpi-01" = home-manager.lib.homeManagerConfiguration {
|
||||||
|
pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
||||||
|
extraSpecialArgs = { inherit inputs nix-colors; };
|
||||||
|
modules = [
|
||||||
|
({ config, pkgs, ... }: { nixpkgs.overlays = [ overlay-unstable ]; })
|
||||||
|
|
||||||
|
./hosts/v-th-rpi-01/home.nix
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user