From 791bc419b6dac7c70951981ef6b34cdf85828470 Mon Sep 17 00:00:00 2001 From: adikro Date: Sat, 20 Dec 2025 03:14:45 +0100 Subject: absolutely massive rewrite, made (almost) everything modular with changes to come --- modules/hm/terminal/utils.nix | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 modules/hm/terminal/utils.nix (limited to 'modules/hm/terminal/utils.nix') diff --git a/modules/hm/terminal/utils.nix b/modules/hm/terminal/utils.nix deleted file mode 100644 index c408e4a..0000000 --- a/modules/hm/terminal/utils.nix +++ /dev/null @@ -1,26 +0,0 @@ -{ pkgs, ... }: -{ - programs.zoxide = { - enable = true; - options = [ - "--cmd cd" - ]; - }; - programs.bat = { - enable = true; - config = { - theme = "gruvbox-dark"; - tabs = "2"; - }; - }; - home.packages = with pkgs; [ - fzf - fd - chafa - hexyl - eza - ripgrep - procs - fastfetch - ]; -} -- cgit v1.3