mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +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,
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue