···2233This is @ajhalili2006's NixOS + Home Manager configuration for his laptop
44and homelabs, in sync with the [nixpkgs-specific dotfiles repository].
55+Also planned to be used in Hack Club Nest soon.
5667[nixpkgs-specific dotfiles repository]: https://github.com/andreijiroh-dev/dotfiles/tree/nixpkgs
78
+3-2
flake.nix
···11{
22- description = "Andrei Jiroh's NixOS and home-manager configurations";
22+ description = "Andrei Jiroh's NixOS and home-manager configurations in one place, seperate from the dotfiles repo";
3344 # try to be in-sync with the nix-channels
55 inputs = {
···3030 home-manager,
3131 nixos-hardware,
3232 determinate,
3333- vscode-server
3333+ vscode-server,
3434+ nix-ld
3435 }: {
3536 nixosConfigurations = {
3637 recoverykit-amd64 = nixpkgs.lib.nixosSystem {