From 0dbdd46ffb47e16ce849abab1fbe4125387c41af Mon Sep 17 00:00:00 2001 From: Sparky Date: Wed, 29 Oct 2025 12:41:33 +0100 Subject: [PATCH] Sort packages --- configuration.nix | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/configuration.nix b/configuration.nix index bd8a750..472770e 100644 --- a/configuration.nix +++ b/configuration.nix @@ -191,19 +191,20 @@ in # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ - vim - git - lazygit - lazydocker - tmux - nixfmt-rfc-style btop - nodejs_20 - uv code-cursor - unstable.cursor-cli + deskflow docker 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