feat(fish): persist fish_variables
This commit is contained in:
@@ -17,9 +17,14 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
my.persist.homeDirs = [
|
my.persist = {
|
||||||
".local/share/fish"
|
homeDirs = [
|
||||||
];
|
".local/share/fish"
|
||||||
|
];
|
||||||
|
homeFiles = [
|
||||||
|
".config/fish/fish_variables"
|
||||||
|
];
|
||||||
|
};
|
||||||
my.hm = {
|
my.hm = {
|
||||||
xdg.configFile."fish/themes/tokyonight_storm.theme".source = builtins.fetchurl {
|
xdg.configFile."fish/themes/tokyonight_storm.theme".source = builtins.fetchurl {
|
||||||
url = "https://raw.githubusercontent.com/folke/tokyonight.nvim/refs/tags/v4.14.1/extras/fish_themes/tokyonight_storm.theme";
|
url = "https://raw.githubusercontent.com/folke/tokyonight.nvim/refs/tags/v4.14.1/extras/fish_themes/tokyonight_storm.theme";
|
||||||
|
|||||||
Reference in New Issue
Block a user