Skip to content

Commit

Permalink
add: more terminal utils
Browse files Browse the repository at this point in the history
  • Loading branch information
KP64 committed Dec 19, 2024
1 parent 8841cef commit 97bc7f5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hosts/kg/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

ricing = {
defaults.enable = true;
cava.enable = false;
cava.enable = true;
fetchers.enable = true;
};

Expand Down
5 changes: 5 additions & 0 deletions programs/cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@
++ (with pkgs; [
asciinema
binsider
choose
dipc
doggo
dust
glow
gping
Expand All @@ -52,12 +54,15 @@
just
kondo
lychee
mkcert
ouch
procs
rustscan
sd
sshx
systemctl-tui
tokei
trippy
typst
xh

Expand Down
3 changes: 2 additions & 1 deletion programs/cli/ricing/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@
config = lib.mkIf config.cli.ricing.defaults.enable {
home-manager.users.${username}.home.packages = with pkgs; [
cbonsai
pipes-rs
cmatrix
genact
nms
pipes-rs
];
};
}

0 comments on commit 97bc7f5

Please sign in to comment.