Enable fish shell package completion

This commit is contained in:
coolneng 2022-06-08 16:43:53 +02:00
parent 3a8f9696e1
commit 078b18a404
Signed by: coolneng
GPG Key ID: 9893DA236405AF57

View File

@ -162,6 +162,9 @@ in {
}; };
}; };
# Enable fish package completion
programs.fish.enable = true;
# Import other configuration modules # Import other configuration modules
imports = [ imports = [
./modules/hardware-configuration.nix ./modules/hardware-configuration.nix