mirror of
https://github.com/librephoenix/nixos-config
synced 2025-12-16 14:34:00 +05:30
Added rust + compiled ytsub!
This commit is contained in:
parent
c54eab2c1e
commit
62bf4d5660
4 changed files with 45 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue