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

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