fish: Add catppuccin theme
This commit is contained in:
parent
8358aecb87
commit
ac7c2145b6
1 changed files with 9 additions and 0 deletions
|
@ -7,6 +7,13 @@
|
||||||
with lib;
|
with lib;
|
||||||
let
|
let
|
||||||
cfg = config.eboskma.programs.fish;
|
cfg = config.eboskma.programs.fish;
|
||||||
|
|
||||||
|
catppuccin = pkgs.fetchFromGitHub {
|
||||||
|
owner = "catppuccin";
|
||||||
|
repo = "fish";
|
||||||
|
rev = "0ce27b518e8ead555dec34dd8be3df5bd75cff8e";
|
||||||
|
hash = "sha256-Dc/zdxfzAUM5NX8PxzfljRbYvO9f9syuLO8yBr+R3qg=";
|
||||||
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
options.eboskma.programs.fish = {
|
options.eboskma.programs.fish = {
|
||||||
|
@ -68,5 +75,7 @@ in
|
||||||
enableFishIntegration = true;
|
enableFishIntegration = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
xdg.configFile."fish/themes/Catppuccin Mocha.theme".source = "${catppuccin}/themes/Catppuccin Mocha.theme";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue