Skip to content

Commit

Permalink
Get path for vivid
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoruto committed Dec 16, 2024
1 parent 87fc086 commit 3fb4a11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/home-manager/server/shell/fish.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# Disable greeting
set fish_greeting
set -gx LS_COLORS $(vivid generate gruvbox-dark)
set -gx LS_COLORS $(${lib.getExe pkgs.unstable.vivid} generate gruvbox-dark)
set -gx NIX_LD_LIBRARY_PATH /run/current-system/sw/share/nix-ld/lib
set -gx GH_AUTH_TOKEN $(${lib.getExe config.programs.gh.package} auth token)
set -gx COPILOT_API_KEY $(cat ${config.sops.secrets."tokens/copilot".path})
Expand Down
2 changes: 1 addition & 1 deletion modules/home-manager/server/shell/zsh.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
zmodload zsh/zprof
# Variables
export LS_COLORS="$(vivid generate gruvbox-dark)";
export LS_COLORS="$(${lib.getExe pkgs.unstable.vivid} generate gruvbox-dark)";
export COPILOT_API_KEY="$(cat ${config.sops.secrets."tokens/copilot".path})"
export CACHIX_AUTH_TOKEN="$(cat ${config.sops.secrets."tokens/cachix".path})"
Expand Down

0 comments on commit 3fb4a11

Please sign in to comment.