Add fish configuration

Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
George Kaklamanos 2024-04-28 22:57:28 +03:00
parent 190435b507
commit c082a20751
No known key found for this signature in database
GPG key ID: C0CAB8A6BDC9399D
2 changed files with 55 additions and 1 deletions

View file

@ -1,3 +1,3 @@
{pkgs, ...}: {
imports = [./starship.nix];
imports = [./fish.nix ./starship.nix];
}