From 40c2a5fb29666e89b36e2563b16f5a3046e9e27e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Fri, 15 Jul 2022 10:55:48 +0200 Subject: [PATCH] :sparkles: cleanup --- modules/cli/default.nix | 34 ++++++++++++++-------------------- 1 file changed, 14 insertions(+), 20 deletions(-) diff --git a/modules/cli/default.nix b/modules/cli/default.nix index 8b4a48e..0aaa7e7 100644 --- a/modules/cli/default.nix +++ b/modules/cli/default.nix @@ -54,9 +54,6 @@ nixpkgs-review = "nixpkgs-review-checks"; - nixpkgs-pr = - "nixpkgs-review pr --token ${cmdSub "cat /run/agenix/github"}"; - latexwatch = ''find -type f -name "*.tex" | entr -c latexmk -pdf -silent''; @@ -68,6 +65,7 @@ # archives p7zip unzip + zip # file management ranger @@ -77,31 +75,27 @@ htop bottom - # fetcher - neofetch - - # typing - ttyper - # ripping abcde handbrake - # utility - cht-sh - du-dust - duf - up - viu - entr - tmux - - arduino - # nix nixpkgs-review comma nix-index + + # other + arduino + cht-sh + du-dust + duf + entr + hub + neofetch + tmux + ttyper + up + viu ]; programs = { bat.enable = true;