added a few more applications.
This commit is contained in:
parent
dcdac349df
commit
329544e677
5 changed files with 22 additions and 2 deletions
10
roles/home-manager/eda.nix
Normal file
10
roles/home-manager/eda.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
home.packages = with pkgs; [
|
||||
kicad
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue