diff --git a/files/.config/htop/htoprc b/files/.config/htop/htoprc index 03c57d8..e9d378e 120000 --- a/files/.config/htop/htoprc +++ b/files/.config/htop/htoprc @@ -1 +1 @@ -/nix/store/ycvaahbhlki69ivwdwawmrllglzsy404-home-manager-files/.config/htop/htoprc \ No newline at end of file +/nix/store/s34927zjmwyi3gbrk106f5l8ia09jifd-home-manager-files/.config/htop/htoprc \ No newline at end of file diff --git a/files/nix-stuff/nixpkgs/home.nix b/files/nix-stuff/nixpkgs/home.nix index 0288acc..c66e6fb 100644 --- a/files/nix-stuff/nixpkgs/home.nix +++ b/files/nix-stuff/nixpkgs/home.nix @@ -30,6 +30,7 @@ in websocat niv exa + gromit-mpx zsh-completions ]; @@ -45,6 +46,16 @@ in enable = true; }; + broot = { + enable = true; + enableZshIntegration = true; + }; + + lf = { + enable = true; + + }; + #lsd = { #enable = true; #enableAliases = true;