NiksOS/home/shell/other.nix
2025-03-03 18:14:56 +01:00

9 lines
143 B
Nix

{pkgs, ...}: {
home.packages = [
pkgs.gh
pkgs.ripgrep
pkgs.ear2ctl # FIXME: only when bluetooth enabled
pkgs.bluetui
];
}