aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/flake.nix b/flake.nix
index 694bbb3..3f24d9e 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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
-#];
-