add shellshock and go
also reorganise lang section
This commit is contained in:
parent
83b7f2650a
commit
7304fa0f51
1 changed files with 20 additions and 9 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue