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