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