Add kicad
This commit is contained in:
parent
96b9f347f9
commit
369fd73085
2 changed files with 4 additions and 2 deletions
|
|
@ -107,6 +107,7 @@
|
|||
# ../../modules/hm/kakoune.nix
|
||||
../../modules/hm/kdeconnect.nix
|
||||
# ../../modules/hm/keepassxc.nix
|
||||
../../modules/hm/kicad.nix
|
||||
../../modules/hm/kitty.nix
|
||||
../../modules/hm/lutris.nix
|
||||
../../modules/hm/mangohud.nix
|
||||
|
|
@ -124,11 +125,11 @@
|
|||
../../modules/hm/polybar.nix
|
||||
../../modules/hm/pro_audio.nix
|
||||
../../modules/hm/pycharm.nix
|
||||
../../modules/hm/spotifyd.nix
|
||||
../../modules/hm/research.nix
|
||||
../../modules/hm/rofi.nix
|
||||
# ../../modules/hm/screen_locker.nix
|
||||
# ../../modules/hm/security.nix
|
||||
../../modules/hm/spotifyd.nix
|
||||
../../modules/hm/sxhkd.nix
|
||||
../../modules/hm/syncthing.nix
|
||||
../../modules/hm/terminator.nix
|
||||
|
|
@ -141,6 +142,7 @@
|
|||
../../modules/hm/xresources.nix
|
||||
../../modules/hm/zathura.nix
|
||||
../../modules/hm/zellij.nix
|
||||
|
||||
];
|
||||
|
||||
home.stateVersion = "22.11";
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
{ pkgs, ... }: { home.packages = [ pkgs.kicad ]; }
|
||||
{ pkgs, ... }: { home.packages = [ pkgs.kicad-with-packages3d ]; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue