Use Rosé Pine for fish
parent
65e48c07c9
commit
ed920374e9
17
flake.lock
17
flake.lock
|
@ -146,6 +146,22 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"fish-rose-pine": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1668089258,
|
||||
"narHash": "sha256-JdRNoBx6v2BdMb5HVhE3dOX1maT/LsWmOeUaiQ9U5to=",
|
||||
"owner": "EuCaue",
|
||||
"repo": "fish",
|
||||
"rev": "9503e25bbae9f1d384a1780e940179daa8f32937",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "EuCaue",
|
||||
"repo": "fish",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"fisher-src": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
|
@ -452,6 +468,7 @@
|
|||
"inputs": {
|
||||
"dark-mode-notify-src": "dark-mode-notify-src",
|
||||
"darwin": "darwin",
|
||||
"fish-rose-pine": "fish-rose-pine",
|
||||
"fisher-src": "fisher-src",
|
||||
"flake-compat": "flake-compat",
|
||||
"flake-utils": "flake-utils",
|
||||
|
|
|
@ -40,6 +40,8 @@
|
|||
kitty-icon.flake = false;
|
||||
kitty-rose-pine.url = "github:rose-pine/kitty";
|
||||
kitty-rose-pine.flake = false;
|
||||
fish-rose-pine.url = "github:EuCaue/fish";
|
||||
fish-rose-pine.flake = false;
|
||||
fisher-src.url = "github:jorgebucaran/fisher";
|
||||
fisher-src.flake = false;
|
||||
};
|
||||
|
@ -258,7 +260,7 @@
|
|||
};
|
||||
|
||||
patched = _final: prev: optionalAttrs prev.stdenv.isDarwin {
|
||||
inherit (inputs) kitty-icon kitty-rose-pine fisher-src;
|
||||
inherit (inputs) kitty-icon kitty-rose-pine fish-rose-pine fisher-src;
|
||||
lib = prev.lib // { homebrew-enabled = inputs.homebrew-enabled.value; };
|
||||
};
|
||||
};
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
}
|
||||
];
|
||||
|
||||
home.file.".config/fish/fish_plugins".text = ''
|
||||
home.file."${config.xdg.configHome}/fish/fish_plugins".text = ''
|
||||
jorgebucaran/autopair.fish
|
||||
jorgebucaran/replay.fish
|
||||
jorgebucaran/getopts.fish
|
||||
|
@ -28,6 +28,8 @@
|
|||
Gazorby/fish-abbreviation-tips
|
||||
'';
|
||||
|
||||
home.file."${config.xdg.configHome}/fish/conf.d/rose-pine.fish".source = "${pkgs.fish-rose-pine}/rose-pine.fish";
|
||||
|
||||
# Fish functions ----------------------------------------------------------------------------- {{{
|
||||
|
||||
programs.fish.functions = {
|
||||
|
|
Loading…
Reference in New Issue