feat: just
This commit is contained in:
parent
281ebd52f0
commit
9978c79bd1
3 changed files with 3 additions and 1 deletions
|
@ -23,6 +23,7 @@ in {
|
||||||
hyfetch = enabled;
|
hyfetch = enabled;
|
||||||
journalctl = enabled;
|
journalctl = enabled;
|
||||||
jq = enabled;
|
jq = enabled;
|
||||||
|
just = enabled;
|
||||||
nh = enabled;
|
nh = enabled;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,6 +17,7 @@
|
||||||
./hyfetch
|
./hyfetch
|
||||||
./journalctl.nix
|
./journalctl.nix
|
||||||
./jq.nix
|
./jq.nix
|
||||||
|
./just.nix
|
||||||
./nemo.nix
|
./nemo.nix
|
||||||
./nh.nix
|
./nh.nix
|
||||||
./waybar.nix
|
./waybar.nix
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
lib,
|
|
||||||
config,
|
config,
|
||||||
|
lib,
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
Loading…
Reference in a new issue