[nix] Order the systemPackages

This commit is contained in:
Alyxia Sother 2023-04-06 09:38:45 +02:00
parent 222eca3681
commit 81eb36f323
No known key found for this signature in database
GPG Key ID: 01E16C4E775A37E4
1 changed files with 32 additions and 22 deletions

View File

@ -8,50 +8,59 @@
# List packages installed in system profile. To search by name, run: # List packages installed in system profile. To search by name, run:
# $ nix-env -qaP | grep wget # $ nix-env -qaP | grep wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# System tools
libtool
pcre
pkg-config
# CLI tools
act act
bat bat
bitwarden-cli bitwarden-cli
crystal
delta delta
deno
dotnet-sdk
exa exa
ffmpeg ffmpeg
fzf fzf
git git
gitui
gnupg gnupg
go
jetbrains.phpstorm
jetbrains.rider
jq jq
libtool
mosh mosh
neovim neovim
nixpkgs-fmt 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.http-server
nodePackages.pnpm nodePackages.pnpm
nodePackages.prettier nodePackages.prettier
nodePackages.yarn nodePackages.yarn
nodejs-19_x
openssl openssl
pcre
pkg-config
rectangle
ripgrep
ruby_3_1
shards
slack
slack-term
tailscale
vim
wget
zig
# Fyra vala crap # Fyra vala crap
gtk4
gobject-introspection
glib glib
glib-networking glib-networking
gobject-introspection
gtk4
libgee libgee
meson meson
ninja ninja
@ -80,6 +89,7 @@
"alt-tab" "alt-tab"
"amethyst" "amethyst"
"audacity" "audacity"
"background-music"
"db-browser-for-sqlite" "db-browser-for-sqlite"
"discord" "discord"
"docker" "docker"