shit be workin out

This commit is contained in:
Jurn Wubben 2025-02-24 02:59:40 +01:00
parent 158160985b
commit 3456800499
7 changed files with 24 additions and 4 deletions

7
home/shell/other.nix Normal file
View file

@ -0,0 +1,7 @@
{pkgs, ...}: {
home.packages = [
pkgs.gh
pkgs.ripgrep
pkgs.ear2ctl # FIXME: only when bluetooth enabled
];
}