[Desktop] cleanup dead code

This commit is contained in:
Antoine Viallon 2023-05-11 18:02:24 +02:00
parent bc8978484f
commit 875e6a6c3a
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -3,9 +3,6 @@ with lib;
let
cfg = config.aviallon.desktop;
generalCfg = config.aviallon.general;
filterConfig = pkgs.callPackage ./pipewire-noise-filter.cfg.nix {
noiseFilterStrength = cfg.audio.noise-filter.strength;
};
in {
options.aviallon.desktop = {
enable = mkOption {
@ -110,7 +107,6 @@ in {
# For 32 bit applications
hardware.opengl.driSupport32Bit = mkIf (!generalCfg.minimal) (mkDefault true);
# programs.gnupg.agent.pinentryFlavor = "qt";
environment.systemPackages = with pkgs; []
++ [