Sort packages

This commit is contained in:
Sparky
2025-10-29 12:41:33 +01:00
parent 4fe5a3e89b
commit 0dbdd46ffb

View File

@@ -191,19 +191,20 @@ in
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run:
# $ nix search wget # $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
vim
git
lazygit
lazydocker
tmux
nixfmt-rfc-style
btop btop
nodejs_20
uv
code-cursor code-cursor
unstable.cursor-cli deskflow
docker docker
docker-compose docker-compose
git
lazydocker
lazygit
nixfmt-rfc-style
nodejs_20
tmux
unstable.cursor-cli
uv
vim
]; ];
# Some programs need SUID wrappers, can be configured further or are # Some programs need SUID wrappers, can be configured further or are