From 7304fa0f51ed5f3813a9e681e4d8796678d25e3d Mon Sep 17 00:00:00 2001 From: Emile Clark-Boman Date: Sat, 26 Jul 2025 18:37:50 +1000 Subject: [PATCH] add shellshock and go also reorganise lang section --- hosts/lolcathost/default.nix | 29 ++++++++++++++++++++--------- 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/hosts/lolcathost/default.nix b/hosts/lolcathost/default.nix index 599e295..cfb1adb 100755 --- a/hosts/lolcathost/default.nix +++ b/hosts/lolcathost/default.nix @@ -2,6 +2,7 @@ lib, pkgs, inputs, + config, ... }: let home-manager = builtins.fetchTarball { @@ -223,13 +224,27 @@ in { # dependencies for my sddm theme: 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 python314 # also 3.14 for latest features - poetry # python dependency management and packaging - clang-tools - - nim - + poetry + # Sage sageWithDoc # SageMath + HTML Documentation # DEBUG: using neofetch temporarily to see if my system upgrades properly @@ -246,9 +261,6 @@ in { nth zap - # fish plugins - grc # colorise command outputs - httpie curlie zoxide @@ -275,7 +287,6 @@ in { # upower vim powertop - gcc gnumake imagemagick