docs: add README.md
This commit is contained in:
parent
fe1d9adfa8
commit
1c2b263904
19 changed files with 241 additions and 73 deletions
|
|
@ -4,19 +4,16 @@ let
|
|||
in
|
||||
{
|
||||
programs = {
|
||||
# nushell = {
|
||||
# enable = true;
|
||||
# configFile.source = ../config/nushell/config.nu;
|
||||
# envFile.source = ../config/nushell/env.nu;
|
||||
# };
|
||||
|
||||
fish = {
|
||||
enable = true;
|
||||
interactiveShellInit = ''
|
||||
set fish_greeting # Disable greeting
|
||||
'';
|
||||
plugins = [
|
||||
{ name = "grc"; src = pkgs.fishPlugins.grc.src; }
|
||||
{
|
||||
name = "grc";
|
||||
src = pkgs.fishPlugins.grc.src;
|
||||
}
|
||||
];
|
||||
shellAliases = shellAlias;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue