A new {option}`programs.devenv` module has been added to Home Manager. devenv is a tool for fast, declarative, reproducible and composable developer environments using Nix. The module provides options to enable devenv and configure shell integration for Bash, Fish, Nushell, and Zsh. To use it, set {option}`programs.devenv.enable` to `true`. Shell integration is enabled by default for installed shells.
#NixOS #Nix #HomeManager
A new module is available: `services.nvibrant`. [nvibrant] is used for configuring NVIDIA's "Digital Vibrance" on Wayland. [nvibrant]: https://github.com/tremeschin/nvibrant
#NixOS #Nix #HomeManager
GitHub - Tremeschin/nvibrant: 🟒 Nvidia Digital Vibrance on Wayland

🟒 Nvidia Digital Vibrance on Wayland. Contribute to Tremeschin/nvibrant development by creating an account on GitHub.

GitHub
One year with Codeberg β€” 2026 β€” Blog β€” GNU Guix

Blog posts about GNU Guix.

Huh. Maybe running Nix and Home Manager on top of Arch might get me what I want?. Or maybe Lix? I do like the idea of Lesbian Nix...

#linux #archlinux #nix #nixos
One year with Codeberg

0 comments

Lobsters
Nix needs relocatable binaries

0 comments

Lobsters

I had issues with ptxas dying when building a huge kernel with CUDA Toolkit 12.6, but CTK 12.8 has been fine.

So what do you do? Build a frankenchain with #Nix of course! nvcc from CTK 12.6 and ptxas from CTK 12.8.

https://github.com/huggingface/kernels/compare/main...make-ptxas-overridable

The kernel now builds and runs on CTK 12.6 without a hitch so far!

#nix #nixos

Comparing main...make-ptxas-overridable Β· huggingface/kernels

Build compute kernels and load them from the Hub. Contribute to huggingface/kernels development by creating an account on GitHub.

GitHub