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

Packages: Reorder alphabetically

This commit is contained in:
RGBCube 2023-05-06 14:46:41 +03:00
parent 3b452af7d3
commit 9a0e849632

View file

@ -1,40 +1,45 @@
pkgs: with pkgs; []
++ [ # EDITORS
# neovim # Declared in neovim/.
neovim-qt
jetbrains.idea-ultimate
]
++ [ # VERSION CONTROL
# git # Declared in git/.
]
++ [ # SHELLS
# nushell # Declared in nushell/.
starship
]
++ [ # DEVELOPMENT TOOLS
# docker # Declared in docker/.
bat
]
++ [ # MISCELLANEOUS
htop
neofetch
]
++ [ # APPLICATIONS
firefox
discord
qbittorrent
]
++ [ # DEVELOPMENT TOOLS
# docker # Declared in docker/.
bat
]
++ [ # EDITORS
# neovim # Declared in neovim/.
neovim-qt
jetbrains.idea-ultimate
]
++ [ # EMULATION
wine
]
++ [ # GAMES
openttd
]
++ [ # LIBREOFFICE
libreoffice
hunspellDicts.en_US
hunspellDicts.en_GB-ize
]
++ [ # MISCELLANEOUS
htop
neofetch
]
++ [ # PLASMA THEMES
lightly-qt
]
++ [ # PYTHON
(python311.withPackages (pkgs: with pkgs; [
pip
@ -44,16 +49,11 @@ pkgs: with pkgs; []
poetry
]
++ [ # LIBREOFFICE
libreoffice
hunspellDicts.en_US
hunspellDicts.en_GB-ize
++ [ # SHELLS
# nushell # Declared in nushell/.
starship
]
++ [ # PLASMA THEMES
lightly-qt
]
++ [ # EMULATION
wine
++ [ # VERSION CONTROL
# git # Declared in git/.
]