mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
vanadium: use fish at home-manager level
This commit is contained in:
parent
fa53796189
commit
33e5113d90
1 changed files with 7 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
pkgs,
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
|
|
@ -7,6 +8,12 @@
|
|||
"${config.home.homeDirectory}/.local/bin"
|
||||
];
|
||||
|
||||
home.sessionVariables = let
|
||||
fishCfg = config.programs.fish;
|
||||
in {
|
||||
"SHELL" = lib.mkIf fishCfg.enable "${lib.getExe fishCfg.package}";
|
||||
};
|
||||
|
||||
imports = [
|
||||
#
|
||||
# CLI / TUI
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue