Added rust + compiled ytsub!

This commit is contained in:
Emmet
2023-05-20 19:58:54 -05:00
parent 74d9d543fd
commit a6b39e986a
4 changed files with 45 additions and 2 deletions

View File

@@ -19,6 +19,7 @@
./app/games/games.nix # Various videogame apps
./style/stylix.nix # Styling and themes for my apps
./lang/cc/cc.nix # C and C++ tools
./lang/rust/rust.nix # Rust tools
#./lang/python/python.nix # Python
#./lang/python/python-packages.nix # Extra Python packages I want
./lang/haskell/haskell.nix # Haskell tools
@@ -28,6 +29,7 @@
home.stateVersion = "22.11"; # Please read the comment before changing.
home.packages = with pkgs; [
# Core
zsh
@@ -91,7 +93,8 @@
hunspell hunspellDicts.en_US-large
pandoc
nodePackages.mermaid-cli
(pkgs.callPackage ./pkgs/ytsub.nix { })
# Various dev packages
texinfo
libffi zlib
@@ -156,4 +159,6 @@
EDITOR = "emacsclient";
};
# extra packages
}