Add kicad
This commit is contained in:
parent
53ea7327bf
commit
02585b1f5e
5 changed files with 7 additions and 5 deletions
|
|
@ -39,7 +39,7 @@ in {
|
|||
];
|
||||
programs.helix = {
|
||||
enable = true;
|
||||
package = pkgs.unstable.helix;
|
||||
package = pkgs.unstable_pkgs.helix;
|
||||
languages = [ ];
|
||||
settings = {
|
||||
theme = "ayu_mirage";
|
||||
|
|
|
|||
1
hm_modules/kicad.nix
Normal file
1
hm_modules/kicad.nix
Normal file
|
|
@ -0,0 +1 @@
|
|||
{ pkgs, ... }: { home.packages = with pkgs; [ kicad ]; }
|
||||
|
|
@ -2,6 +2,6 @@
|
|||
home.packages = with pkgs;
|
||||
[
|
||||
# unstable.mendeley # Reference manager
|
||||
unstable.obsidian # Note manager
|
||||
unstable_pkgs.obsidian # Note manager
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue