Added pcb development utilities

This commit is contained in:
Bryan Ramos 2024-06-30 11:04:06 -04:00
parent 129d952c72
commit aa363803de
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
5 changed files with 27 additions and 2 deletions

View file

@ -6,6 +6,7 @@ let
in
{ options.modules.user.utils.dev = { enable = mkEnableOption "user.utils.dev"; };
imports = [ ./modules ];
config = mkIf cfg.enable {
home.packages = with pkgs; [
nix-init