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 { in {
greg = { greg = {
development = true;
pypackage = py; pypackage = py;
vscodium = true; vscodium = true;
}; };
+2
View File
@@ -2,8 +2,10 @@
let let
packages = with pkgs; [ packages = with pkgs; [
cargo cargo
mariadb
nixfmt-rfc-style nixfmt-rfc-style
nixpkgs-review nixpkgs-review
process-compose
]; ];
in with lib; { in with lib; {
options.greg.development = mkEnableOption "Setup necessary development packages"; options.greg.development = mkEnableOption "Setup necessary development packages";