1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Clean: Remove ghost entries in packages.nix

This commit is contained in:
RGBCube 2023-05-06 16:27:17 +03:00
parent 11c6bc5bb1
commit 88ca5159a3

View file

@ -7,12 +7,10 @@ pkgs: with pkgs; []
] ]
++ [ # DEVELOPMENT TOOLS ++ [ # DEVELOPMENT TOOLS
# docker # Declared in docker/.
bat bat
] ]
++ [ # EDITORS ++ [ # EDITORS
# neovim # Declared in neovim/.
neovim-qt neovim-qt
jetbrains.idea-ultimate jetbrains.idea-ultimate
] ]
@ -64,10 +62,5 @@ pkgs: with pkgs; []
] ]
++ [ # SHELLS ++ [ # SHELLS
# nushell # Declared in nushell/.
starship starship
] ]
++ [ # VERSION CONTROL
# git # Declared in git/.
]