Enable fish shell and remove commented code
This commit is contained in:
@@ -1,9 +1,6 @@
|
|||||||
{
|
{
|
||||||
programs.fish = lib.mkForce {
|
programs.fish = {
|
||||||
enable = false;
|
enable = true;
|
||||||
#shellInit = lib.concatMapStrings (x: "\n" + x) [
|
|
||||||
# "eval $(thefuck --alias)"
|
|
||||||
#];
|
|
||||||
|
|
||||||
plugins = [
|
plugins = [
|
||||||
# Enable a plugin (here grc for colorized command output) from nixpkgs
|
# Enable a plugin (here grc for colorized command output) from nixpkgs
|
||||||
|
|||||||
Reference in New Issue
Block a user