diff --git a/modules/core.nix b/modules/core.nix index 8ba885c..8e40060 100644 --- a/modules/core.nix +++ b/modules/core.nix @@ -88,6 +88,10 @@ ]; }; + programs.fish = { + enable = true; + }; + # Configure pulseaudio hardware.graphics.enable32Bit = config.module.gaming.enable; hardware.pulseaudio.support32Bit = config.module.gaming.enable;