fix wrong fish usage

This commit is contained in:
Sanjay Chacku Purakal 2024-05-25 02:40:32 +02:00 committed by GitHub
parent 294269f1ed
commit c244afc6a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -107,6 +107,5 @@
programs.fish = { programs.fish = {
enable = true; enable = true;
plugins = with pkgs.fishPlugins; [ pure ];
}; };
} }