mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Fish theme
This commit is contained in:
parent
03b3066880
commit
7365048cc9
1 changed files with 10 additions and 1 deletions
|
|
@ -1,4 +1,11 @@
|
|||
{pkgs, ...}: {
|
||||
{pkgs, ...}: let
|
||||
catppuccin-fish = pkgs.fetchFromGitHub {
|
||||
owner = "catppuccin";
|
||||
repo = "fish";
|
||||
rev = "0ce27b518e8ead555dec34dd8be3df5bd75cff8e";
|
||||
hash = "sha256-Dc/zdxfzAUM5NX8PxzfljRbYvO9f9syuLO8yBr+R3qg=";
|
||||
};
|
||||
in {
|
||||
programs.fish = {
|
||||
enable = true;
|
||||
interactiveShellInit = ''
|
||||
|
|
@ -40,4 +47,6 @@
|
|||
}
|
||||
];
|
||||
};
|
||||
|
||||
xdg.configFile."fish/themes/Catppuccin Macchiato.theme".source = "${catppuccin-fish}/themes/Catppuccin Macchiato.theme";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue