From 88b5ca00e20ff44ae515632e194a24a8c3ad180f Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Wed, 29 May 2024 14:15:43 -0700 Subject: [PATCH] organizing some packages --- configuration.nix | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/configuration.nix b/configuration.nix index 7d86c3d..ef5a178 100644 --- a/configuration.nix +++ b/configuration.nix @@ -94,11 +94,23 @@ description = "Zynh Ludwig"; extraGroups = [ "networkmanager" "wheel" ]; packages = with pkgs; [ + fish + ripgrep + lazygit + unzip + fzf + tree + + git-credential-oauth + rustup neovim tree-sitter + + firefox + brave gparted - fish + gnumake zig go @@ -106,21 +118,13 @@ xclip python3 wezterm - firefox - fzf - tree - lazygit - ripgrep nodejs_21 dotnet-sdk_8 - unzip nixpkgs-fmt - lua-language-server stylua steam spotify discord - git-credential-oauth ]; };