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 ]; };