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;
|
||||
journalctl = enabled;
|
||||
jq = enabled;
|
||||
just = enabled;
|
||||
nh = enabled;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
./hyfetch
|
||||
./journalctl.nix
|
||||
./jq.nix
|
||||
./just.nix
|
||||
./nemo.nix
|
||||
./nh.nix
|
||||
./waybar.nix
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
lib,
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
Loading…
Reference in a new issue