Add fish and rmtrash configurations
This commit is contained in:
17
home/shell/fish/default.nix
Normal file
17
home/shell/fish/default.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
programs.fish = lib.mkForce {
|
||||
enable = false;
|
||||
#shellInit = lib.concatMapStrings (x: "\n" + x) [
|
||||
# "eval $(thefuck --alias)"
|
||||
#];
|
||||
|
||||
plugins = [
|
||||
# Enable a plugin (here grc for colorized command output) from nixpkgs
|
||||
{
|
||||
name = "grc";
|
||||
src = pkgs.fishPlugins.grc.src;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user