up
This commit is contained in:
9
modules/fish/default.nix
Normal file
9
modules/fish/default.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.fish.enable = true;
|
||||
home.shell.enableFishIntegration = true;
|
||||
programs.fish.functions = {
|
||||
fish_greeting = "";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user