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:
2026-01-09 14:07:12 +08:00
parent df0a21913e
commit 602f599823
7 changed files with 144 additions and 112 deletions

View File

@@ -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;

View File

@@ -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 {

View File

@@ -37,7 +37,7 @@ in
name = "Bibata-Modern-Classic";
size = 24;
};
iconTheme = {
icons = {
enable = true;
package = pkgs.papirus-icon-theme;
dark = "Papirus-Dark";

View File

@@ -70,6 +70,7 @@ in
programs.noctalia-shell = {
enable = true;
systemd.enable = true;
# modified from official Tokyo-Night theme
colors = {
mError = "#f7768e";