feat: tmux and fish config and whatnot
This commit is contained in:
parent
b091a87904
commit
3b0950e88b
6 changed files with 170 additions and 78 deletions
modules/overlays
|
@ -5,9 +5,11 @@
|
|||
, nixos-unstable
|
||||
, easy-purescript-nix
|
||||
, easy-dhall-nix
|
||||
, z
|
||||
, fish-plugin-vi-mode
|
||||
, agnoster
|
||||
, fish-plugin-z
|
||||
, fish-theme-harleen
|
||||
, fish-theme-agnoster
|
||||
, fish-theme-dangerous
|
||||
, oh-my-fish
|
||||
, githubNvimTheme
|
||||
, vim-extra-plugins
|
||||
, telescope-file-browser-nvim
|
||||
|
@ -30,25 +32,31 @@ in
|
|||
easy-dhall-nix = self.callPackage easy-dhall-nix { };
|
||||
|
||||
myFishPlugins = {
|
||||
inherit oh-my-fish;
|
||||
|
||||
z = {
|
||||
src = z;
|
||||
src = fish-plugin-z;
|
||||
name = "z";
|
||||
};
|
||||
vi-mode = {
|
||||
src = fish-plugin-vi-mode;
|
||||
name = "vi-mode";
|
||||
};
|
||||
|
||||
themes = {
|
||||
agnoster = {
|
||||
src = agnoster;
|
||||
src = fish-theme-agnoster;
|
||||
name = "agnoster";
|
||||
};
|
||||
|
||||
dangerous = {
|
||||
src = fish-theme-dangerous;
|
||||
name = "dangerous";
|
||||
};
|
||||
|
||||
harleen = {
|
||||
src = fish-theme-harleen;
|
||||
name = "harleen";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
|
||||
githubNvimTheme = githubNvimTheme;
|
||||
|
||||
# Vim plugins
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue