mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
Added pcb development utilities
This commit is contained in:
parent
129d952c72
commit
aa363803de
5 changed files with 27 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue