NiksOS/home/shell/other.nix
2025-02-24 02:59:40 +01:00

7 lines
125 B
Nix

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