From 078b18a4042314b413be5df21bc3074f2d9c297a Mon Sep 17 00:00:00 2001 From: coolneng Date: Wed, 8 Jun 2022 16:43:53 +0200 Subject: [PATCH] Enable fish shell package completion --- configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configuration.nix b/configuration.nix index aae3a89..d1c36d9 100644 --- a/configuration.nix +++ b/configuration.nix @@ -162,6 +162,9 @@ in { }; }; + # Enable fish package completion + programs.fish.enable = true; + # Import other configuration modules imports = [ ./modules/hardware-configuration.nix