[devbox] New user for non-NixOS linux machines.

This commit is contained in:
jmug
2026-01-11 18:53:15 -08:00
parent 09f2d4e0c5
commit b03d5bfeb6
2 changed files with 37 additions and 0 deletions
+7
View File
@@ -178,6 +178,13 @@
./users/alarm/home.nix
];
};
# For machines that don't run NixOS.
devbox = home-manager.lib.homeManagerConfiguration {
pkgs = nixpkgs.legacyPackages."x86_64-linux";
modules = [
./users/devbox/home.nix
];
}
};
};
}