chore: update flake.lock
* updated noctalia-shell to v3.8.2 * removed television fish integration workaround * removed `~/.config/fish/fish_variables` entry in my.persist.homeFiles since [fish v4.3.0](https://github.com/fish-shell/fish-shell/releases/tag/4.3.0) no longer sets universal variables by default
This commit is contained in:
@@ -95,14 +95,8 @@ in
|
||||
programs.television = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
enableFishIntegration = builtins.warn ''
|
||||
Television shell integration disabled in favor of [issue](https://github.com/nix-community/home-manager/issues/8400)!
|
||||
Enable it when the issue is resolved.
|
||||
'' false;
|
||||
enableFishIntegration = true;
|
||||
};
|
||||
programs.fish.interactiveShellInit = ''
|
||||
${lib.getExe config.my.hm.programs.television.package} init fish | source
|
||||
'';
|
||||
programs.zoxide = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
|
||||
@@ -21,9 +21,6 @@ in
|
||||
homeDirs = [
|
||||
".local/share/fish"
|
||||
];
|
||||
homeFiles = [
|
||||
".config/fish/fish_variables"
|
||||
];
|
||||
};
|
||||
my.hm = {
|
||||
xdg.configFile."fish/themes/tokyonight_storm.theme".source = builtins.fetchurl {
|
||||
|
||||
@@ -37,7 +37,7 @@ in
|
||||
name = "Bibata-Modern-Classic";
|
||||
size = 24;
|
||||
};
|
||||
iconTheme = {
|
||||
icons = {
|
||||
enable = true;
|
||||
package = pkgs.papirus-icon-theme;
|
||||
dark = "Papirus-Dark";
|
||||
|
||||
@@ -70,6 +70,7 @@ in
|
||||
|
||||
programs.noctalia-shell = {
|
||||
enable = true;
|
||||
systemd.enable = true;
|
||||
# modified from official Tokyo-Night theme
|
||||
colors = {
|
||||
mError = "#f7768e";
|
||||
|
||||
Reference in New Issue
Block a user