feat(yazi): Added catppuccin theme for yazi
This commit is contained in:
@@ -235,6 +235,7 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
enableFishIntegration = true;
|
enableFishIntegration = true;
|
||||||
enableNushellIntegration = true;
|
enableNushellIntegration = true;
|
||||||
|
theme = builtins.fromTOML (builtins.readFile "${pkgs.catppuccinThemes.yazi}/themes/mocha.toml");
|
||||||
};
|
};
|
||||||
bat = {
|
bat = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
7
justfile
7
justfile
@@ -3,11 +3,11 @@ set dotenv-load
|
|||||||
# clean := `git diff-index --quiet --cached HEAD --`
|
# clean := `git diff-index --quiet --cached HEAD --`
|
||||||
|
|
||||||
[macos]
|
[macos]
|
||||||
install:
|
install: local
|
||||||
nix run nix-darwin -- switch --flake .
|
nix run nix-darwin -- switch --flake .
|
||||||
|
|
||||||
[linux]
|
[linux]
|
||||||
install:
|
install: local
|
||||||
sudo nixos-rebuild switch --flake .
|
sudo nixos-rebuild switch --flake .
|
||||||
|
|
||||||
build:
|
build:
|
||||||
@@ -16,3 +16,6 @@ build:
|
|||||||
|
|
||||||
home:
|
home:
|
||||||
nix --extra-experimental-features "nix-command flakes" run home-manager/master -- switch --flake . --show-trace
|
nix --extra-experimental-features "nix-command flakes" run home-manager/master -- switch --flake . --show-trace
|
||||||
|
|
||||||
|
local:
|
||||||
|
nix flake lock --update-input subflakes
|
||||||
|
|||||||
@@ -65,6 +65,12 @@ in {
|
|||||||
rev = "be3d0ee1ba0fc26baf7a47c2aa7032b7541deb0f";
|
rev = "be3d0ee1ba0fc26baf7a47c2aa7032b7541deb0f";
|
||||||
sha256 = "sha256-czvR3bVZ0NfBmuu0JixalS7B1vf1uEGSTSUVVTclKxI";
|
sha256 = "sha256-czvR3bVZ0NfBmuu0JixalS7B1vf1uEGSTSUVVTclKxI";
|
||||||
};
|
};
|
||||||
|
# https://github.com/catppuccin/yazi
|
||||||
|
yazi = mkCatppuccin {
|
||||||
|
item = "yazi";
|
||||||
|
rev = "0846aed69b2a62d29c98e100af0cf55ca729723d";
|
||||||
|
sha256 = "sha256-2T41qWMe++3Qxl9veRNHMeRI3eU4+LAueKTss02gYNk";
|
||||||
|
};
|
||||||
|
|
||||||
# gtk = pkgs.catppuccin-gtk.override {
|
# gtk = pkgs.catppuccin-gtk.override {
|
||||||
# variant = "mocha";
|
# variant = "mocha";
|
||||||
|
|||||||
Reference in New Issue
Block a user