From 81eb36f3233e8fc1314323f381adf05e01de2e82 Mon Sep 17 00:00:00 2001 From: Alyxia Sother Date: Thu, 6 Apr 2023 09:38:45 +0200 Subject: [PATCH] [nix] Order the systemPackages --- nix/darwin-configuration.nix | 54 +++++++++++++++++++++--------------- 1 file changed, 32 insertions(+), 22 deletions(-) diff --git a/nix/darwin-configuration.nix b/nix/darwin-configuration.nix index b1a5400..639a2b9 100644 --- a/nix/darwin-configuration.nix +++ b/nix/darwin-configuration.nix @@ -8,50 +8,59 @@ # List packages installed in system profile. To search by name, run: # $ nix-env -qaP | grep wget environment.systemPackages = with pkgs; [ + # System tools + libtool + pcre + pkg-config + + # CLI tools act bat bitwarden-cli - crystal delta - deno - dotnet-sdk exa ffmpeg fzf git + gitui gnupg - go - jetbrains.phpstorm - jetbrains.rider jq - libtool mosh neovim nixpkgs-fmt + ripgrep + vim + wget + + # Programs + jetbrains.phpstorm + jetbrains.rider + rectangle + slack + tailscale + + # Programming languages + crystal + deno + dotnet-sdk + go + nodejs-19_x + ruby_3_1 + shards + zig + + # Libraries nodePackages.http-server nodePackages.pnpm nodePackages.prettier nodePackages.yarn - nodejs-19_x openssl - pcre - pkg-config - rectangle - ripgrep - ruby_3_1 - shards - slack - slack-term - tailscale - vim - wget - zig # Fyra vala crap - gtk4 - gobject-introspection glib glib-networking + gobject-introspection + gtk4 libgee meson ninja @@ -80,6 +89,7 @@ "alt-tab" "amethyst" "audacity" + "background-music" "db-browser-for-sqlite" "discord" "docker"