organizing some packages

main
Zynh Ludwig 2024-05-29 14:15:43 -07:00
parent 1a23900ae5
commit 88b5ca00e2
1 changed files with 13 additions and 9 deletions

View File

@ -94,11 +94,23 @@
description = "Zynh Ludwig"; description = "Zynh Ludwig";
extraGroups = [ "networkmanager" "wheel" ]; extraGroups = [ "networkmanager" "wheel" ];
packages = with pkgs; [ packages = with pkgs; [
fish
ripgrep
lazygit
unzip
fzf
tree
git-credential-oauth
rustup rustup
neovim neovim
tree-sitter tree-sitter
firefox
brave
gparted gparted
fish
gnumake gnumake
zig zig
go go
@ -106,21 +118,13 @@
xclip xclip
python3 python3
wezterm wezterm
firefox
fzf
tree
lazygit
ripgrep
nodejs_21 nodejs_21
dotnet-sdk_8 dotnet-sdk_8
unzip
nixpkgs-fmt nixpkgs-fmt
lua-language-server
stylua stylua
steam steam
spotify spotify
discord discord
git-credential-oauth
]; ];
}; };