mirror of
https://github.com/librephoenix/nixos-config
synced 2025-12-16 14:34:00 +05:30
Got pokemon-colorscripts working too!
This commit is contained in:
parent
d3be1ad863
commit
3700098091
2 changed files with 33 additions and 1 deletions
|
|
@ -29,7 +29,6 @@
|
|||
|
||||
home.stateVersion = "22.11"; # Please read the comment before changing.
|
||||
|
||||
|
||||
home.packages = with pkgs; [
|
||||
# Core
|
||||
zsh
|
||||
|
|
@ -95,6 +94,7 @@
|
|||
pandoc
|
||||
nodePackages.mermaid-cli
|
||||
(pkgs.callPackage ./pkgs/ytsub.nix { })
|
||||
(pkgs.callPackage ./pkgs/pokemon-colorscripts.nix { })
|
||||
|
||||
# Various dev packages
|
||||
texinfo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue