mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 11:07:44 +00:00
Packages: Reorder alphabetically
This commit is contained in:
parent
3b452af7d3
commit
9a0e849632
1 changed files with 35 additions and 35 deletions
|
@ -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/.
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue