diff options
author | sefidel <contact@sefidel.net> | 2024-08-02 01:52:23 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2024-08-02 01:59:10 +0900 |
commit | 740f37619f6a15ce890a570cf1a7b94334b92274 (patch) | |
tree | 907b399de96595e6f9441311ebb410078d1f6c63 | |
parent | ea54c58ee6a9f32713e241ef0ca01f5743534c01 (diff) | |
download | nixrc-740f37619f6a15ce890a570cf1a7b94334b92274.tar.gz nixrc-740f37619f6a15ce890a570cf1a7b94334b92274.zip |
chore(home/research): sort packages
-rw-r--r-- | home/profiles/research/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/profiles/research/default.nix b/home/profiles/research/default.nix index 87316c8..b8b274f 100644 --- a/home/profiles/research/default.nix +++ b/home/profiles/research/default.nix @@ -52,14 +52,14 @@ in home.packages = [ pkgs.kicad - pkgs.ltex-ls pkgs.libreoffice + pkgs.ltex-ls pkgs.obsidian pkgs.pandoc pkgs.tana pkgs.texlive.combined.scheme-small - pkgs.typst pkgs.tinymist + pkgs.typst pkgs.websocat pkgs.nanum |