mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37: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; []
|
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
|
++ [ # APPLICATIONS
|
||||||
firefox
|
firefox
|
||||||
discord
|
discord
|
||||||
qbittorrent
|
qbittorrent
|
||||||
]
|
]
|
||||||
|
|
||||||
|
++ [ # DEVELOPMENT TOOLS
|
||||||
|
# docker # Declared in docker/.
|
||||||
|
bat
|
||||||
|
]
|
||||||
|
|
||||||
|
++ [ # EDITORS
|
||||||
|
# neovim # Declared in neovim/.
|
||||||
|
neovim-qt
|
||||||
|
jetbrains.idea-ultimate
|
||||||
|
]
|
||||||
|
|
||||||
|
++ [ # EMULATION
|
||||||
|
wine
|
||||||
|
]
|
||||||
|
|
||||||
++ [ # GAMES
|
++ [ # GAMES
|
||||||
openttd
|
openttd
|
||||||
]
|
]
|
||||||
|
|
||||||
|
++ [ # LIBREOFFICE
|
||||||
|
libreoffice
|
||||||
|
hunspellDicts.en_US
|
||||||
|
hunspellDicts.en_GB-ize
|
||||||
|
]
|
||||||
|
|
||||||
|
++ [ # MISCELLANEOUS
|
||||||
|
htop
|
||||||
|
neofetch
|
||||||
|
]
|
||||||
|
|
||||||
|
++ [ # PLASMA THEMES
|
||||||
|
lightly-qt
|
||||||
|
]
|
||||||
|
|
||||||
++ [ # PYTHON
|
++ [ # PYTHON
|
||||||
(python311.withPackages (pkgs: with pkgs; [
|
(python311.withPackages (pkgs: with pkgs; [
|
||||||
pip
|
pip
|
||||||
|
@ -44,16 +49,11 @@ pkgs: with pkgs; []
|
||||||
poetry
|
poetry
|
||||||
]
|
]
|
||||||
|
|
||||||
++ [ # LIBREOFFICE
|
++ [ # SHELLS
|
||||||
libreoffice
|
# nushell # Declared in nushell/.
|
||||||
hunspellDicts.en_US
|
starship
|
||||||
hunspellDicts.en_GB-ize
|
|
||||||
]
|
]
|
||||||
|
|
||||||
++ [ # PLASMA THEMES
|
++ [ # VERSION CONTROL
|
||||||
lightly-qt
|
# git # Declared in git/.
|
||||||
]
|
|
||||||
|
|
||||||
++ [ # EMULATION
|
|
||||||
wine
|
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue