feature: fish: Added tide plugin
This commit is contained in:
parent
fb3e9a4798
commit
c33921ffda
1 changed files with 11 additions and 0 deletions
11
home.nix
11
home.nix
|
|
@ -95,6 +95,17 @@
|
||||||
shellInitLast = ''
|
shellInitLast = ''
|
||||||
zoxide init fish | source
|
zoxide init fish | source
|
||||||
'';
|
'';
|
||||||
|
plugins = [
|
||||||
|
{
|
||||||
|
name = "tide";
|
||||||
|
src = pkgs.fetchFromGitHub {
|
||||||
|
owner = "plttn";
|
||||||
|
repo = "tide";
|
||||||
|
rev = "v7";
|
||||||
|
sha256 = "sha256-R2oIGbDPF81NurJ5R2Jos6P5mxYTyb1n1cpI1AZ35H4=";
|
||||||
|
};
|
||||||
|
}
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
fonts.fontconfig.enable = true;
|
fonts.fontconfig.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue