feat(yazi): Added catppuccin theme for yazi

This commit is contained in:
uttarayan21
2024-03-28 03:08:01 +05:30
parent 6b5fddde18
commit 1b458663ef
3 changed files with 12 additions and 2 deletions

View File

@@ -3,11 +3,11 @@ set dotenv-load
# clean := `git diff-index --quiet --cached HEAD --`
[macos]
install:
install: local
nix run nix-darwin -- switch --flake .
[linux]
install:
install: local
sudo nixos-rebuild switch --flake .
build:
@@ -16,3 +16,6 @@ build:
home:
nix --extra-experimental-features "nix-command flakes" run home-manager/master -- switch --flake . --show-trace
local:
nix flake lock --update-input subflakes