feat: just

This commit is contained in:
punkfairie 2025-05-27 17:36:05 -07:00
parent 281ebd52f0
commit 9978c79bd1
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6
3 changed files with 3 additions and 1 deletions

View file

@ -23,6 +23,7 @@ in {
hyfetch = enabled;
journalctl = enabled;
jq = enabled;
just = enabled;
nh = enabled;
};
}

View file

@ -17,6 +17,7 @@
./hyfetch
./journalctl.nix
./jq.nix
./just.nix
./nemo.nix
./nh.nix
./waybar.nix

View file

@ -1,6 +1,6 @@
{
lib,
config,
lib,
pkgs,
...
}: let