A new module is available: `programs.aria2p`. Aria2p is a tui client for aria2c. Note: aria2c must be running with the "enable-rpc" setting.
#NixOS #Nix #HomeManager
A new module is available: `programs.macchina` Macchina is a system information frontend with an emphasis on performance.
#NixOS #Nix #HomeManager

I have been sleeping on the nix package manager for too long. Nix shell is like Python's venv but for system packages, including Python packages! No more installing system packages for one off projects. Also direnv is really neat.

I might set up nixpkg, home manager, and direnv on my Kali box so when I need a specific package or Python version for a challenge I don't have to install it system-wide

#Linux #nixshell #homemanager

A new module is available: `programs.grype` Grype is a vulnerability scanner for container images and filesystems.
#NixOS #Nix #HomeManager
A new module is available: `programs.ttyper` ttyper is a terminal-based typing test.
#NixOS #Nix #HomeManager
A new module is available: 'programs.atool'. Atool is a commandline archive manager that can create, view, and extract archives. It uses common packages like gnutar, p7zip, unrar, and zip as backends.
#NixOS #Nix #HomeManager
A new module is available: `services.mpdris2-rs` Adds a module for mpdris2-rs, a lightweight implementation of the MPD to D-Bus bridge.
#NixOS #Nix #HomeManager
A new module is available: `qt.kvantum`. Enable it with `qt.kvantum.enable = true;`. It can install Kvantum theme packages into {file}`$XDG_CONFIG_HOME/Kvantum/` and generate {file}`$XDG_CONFIG_HOME/Kvantum/kvantum.kvconfig` from `qt.kvantum.settings`.
#NixOS #Nix #HomeManager
A new module is available: 'programs.w3m'. W3m is a commandline web browser, manpage viewer, and pager.
#NixOS #Nix #HomeManager

New blog post: I've been managing my tmuxinator projects declaratively with a custom Home Manager module for over a year - and finally decided to contribute it upstream.

The post walks through the implementation and how `freeformType + pkgs.formats.yaml` make it surprisingly straightforward.

👉 https://britter.dev/blog/2026/03/23/home-manager-tmuxinator/

#nixos #homemanager #tmux

Declarative tmuxinator Projects with Home Manager

How I wrote a custom Home Manager module to manage tmuxinator projects declaratively - and why I've decided to contribute it upstream.