add shellshock and go

also reorganise lang section
This commit is contained in:
Emile Clark-Boman 2025-07-26 18:37:50 +10:00
parent 83b7f2650a
commit 7304fa0f51

View file

@ -2,6 +2,7 @@
lib, lib,
pkgs, pkgs,
inputs, inputs,
config,
... ...
}: let }: let
home-manager = builtins.fetchTarball { home-manager = builtins.fetchTarball {
@ -223,13 +224,27 @@ in {
# dependencies for my sddm theme: # dependencies for my sddm theme:
pkgs.libsForQt5.qt5.qtgraphicaleffects pkgs.libsForQt5.qt5.qtgraphicaleffects
# Shell
shellcheck
# Fish Plugins
grc # colorise command outputs
# C Family
gcc
clang
# Rust
cargo
rustc
# Nim
nim
# Go
go
# Python
python312 # I use 3.12 since it's in a pretty stable state now python312 # I use 3.12 since it's in a pretty stable state now
python314 # also 3.14 for latest features python314 # also 3.14 for latest features
poetry # python dependency management and packaging poetry
clang-tools # Sage
nim
sageWithDoc # SageMath + HTML Documentation sageWithDoc # SageMath + HTML Documentation
# DEBUG: using neofetch temporarily to see if my system upgrades properly # DEBUG: using neofetch temporarily to see if my system upgrades properly
@ -246,9 +261,6 @@ in {
nth nth
zap zap
# fish plugins
grc # colorise command outputs
httpie httpie
curlie curlie
zoxide zoxide
@ -275,7 +287,6 @@ in {
# upower # upower
vim vim
powertop powertop
gcc
gnumake gnumake
imagemagick imagemagick