feat: add fish to environment shells
This commit is contained in:
parent
c52274bb30
commit
b0cb0d4227
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, ... }: {
|
||||
{ config, lib, pkgs, ... }: {
|
||||
programs = {
|
||||
fish = {
|
||||
enable = true;
|
||||
|
@ -8,4 +8,6 @@
|
|||
|
||||
starship.enableFishIntegration = lib.mkIf config.programs.starship.enable true;
|
||||
};
|
||||
|
||||
environment.shells = [ pkgs.fish ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue