diff options
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -231,7 +231,7 @@ theme = "hyper"; change_to_vcs_root = true; preview = { - command = "cat /home/user/dot-files/nix/apps/nvim/neovim_header | lolcat --animate --speed 100 --duration 10"; + command = "cat /home/user/dot-files/nix/apps/nvim/neovim_header | ${pkgs.lolcat}/bin/lolcat --animate --speed 100 --duration 10"; file_path = "/home/user/dot-files/nix/apps/nvim/neovim_header"; file_height = 11; file_width = 71; @@ -374,7 +374,3 @@ }; } -#environment.systemPackages = with pkgs; [ -# lolcat -#]; - |
