Merge branch 'main' of gh:greg-hellings/nixos-config

This commit is contained in:
Greg Hellings
2024-08-09 03:36:44 -05:00
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@ let
]);
in {
greg = {
development = true;
pypackage = py;
vscodium = true;
};
+2
View File
@@ -2,8 +2,10 @@
let
packages = with pkgs; [
cargo
mariadb
nixfmt-rfc-style
nixpkgs-review
process-compose
];
in with lib; {
options.greg.development = mkEnableOption "Setup necessary development packages";