about summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-08-22 22:51:30 +0900
committersefidel <contact@sefidel.net>2023-08-22 22:51:30 +0900
commit01260c5411c1b881f61d0c83f6945f8085bf4913 (patch)
treedf7292e51fee6441f451e3908cd9e01f94b42e56 /home
parentd0c6a1b4b49128dd20d4919c98616f0061cbc2ed (diff)
downloadnixrc-01260c5411c1b881f61d0c83f6945f8085bf4913.tar.gz
nixrc-01260c5411c1b881f61d0c83f6945f8085bf4913.zip
feat(home/research): add kicad
Diffstat (limited to 'home')
-rw-r--r--home/profiles/research/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/home/profiles/research/default.nix b/home/profiles/research/default.nix
index 0b5379e..111a98c 100644
--- a/home/profiles/research/default.nix
+++ b/home/profiles/research/default.nix
@@ -51,9 +51,10 @@ in
     };
 
     home.packages = [
-      pkgs.texlive.combined.scheme-small
-      pkgs.pandoc
+      pkgs.kicad
       pkgs.ltex-ls
+      pkgs.pandoc
+      pkgs.texlive.combined.scheme-small
     ];
   };
 }