Merge branch 'main' of gh:greg-hellings/nixos-config
This commit is contained in:
@@ -12,6 +12,7 @@ let
|
||||
]);
|
||||
in {
|
||||
greg = {
|
||||
development = true;
|
||||
pypackage = py;
|
||||
vscodium = true;
|
||||
};
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user