Merge branch 'main' of github.com:fwastring/nix

This commit is contained in:
fwastring 2025-06-05 12:48:07 +02:00
commit 336c146925
9 changed files with 117 additions and 22 deletions

View file

@ -123,7 +123,7 @@
(st.overrideAttrs (oldAttrs: rec {
src = builtins.fetchGit {
url = "https://github.com/fwastring/st";
rev = "9b95aafa2bcb3f4f991a5fc2c7cb939ce3f550b2";
rev = "de286ce570c23e037a0e5fb7d84ac7226aef1259";
};
buildInputs = oldAttrs.buildInputs ++ [ xorg.libX11.dev xorg.libXft imlib2 xorg.libXinerama pkg-config];
}))

View file

@ -12,6 +12,11 @@
environment.systemPackages = with pkgs; [
timewarrior
kubectl
azure-cli
dotnetCorePackages.sdk_8_0_3xx
docker-slim
sqlc
postgresql
argocd
@ -29,7 +34,6 @@
unstable.k9s
git
lazydocker
kubectl
gcc
gnumake
cmake

View file

@ -28,5 +28,9 @@
feh
pavucontrol
scrot
imagemagick
pandoc
texliveFull
mpv
];
}

View file

@ -11,6 +11,7 @@
environment.systemPackages = with pkgs; [
# System
libnotify
xsel
xbanish
unzip