vanadium: use fish at home-manager level

This commit is contained in:
Primrose 2025-06-01 21:39:07 +02:00
parent fa53796189
commit 33e5113d90
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -1,5 +1,6 @@
{ {
pkgs, pkgs,
lib,
config, config,
... ...
}: { }: {
@ -7,6 +8,12 @@
"${config.home.homeDirectory}/.local/bin" "${config.home.homeDirectory}/.local/bin"
]; ];
home.sessionVariables = let
fishCfg = config.programs.fish;
in {
"SHELL" = lib.mkIf fishCfg.enable "${lib.getExe fishCfg.package}";
};
imports = [ imports = [
# #
# CLI / TUI # CLI / TUI