1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37: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; [] 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
] ]