qt5ct module: expose qtstyleplugins

gnidorah 9f61c7f9 3e430a8e

Changed files
+3 -1
nixos
modules
programs
services
+1 -1
nixos/modules/programs/qt5ct.nix
···
###### implementation
config = mkIf config.programs.qt5ct.enable {
environment.variables.QT_QPA_PLATFORMTHEME = "qt5ct";
-
environment.systemPackages = [ pkgs.qt5ct ];
};
}
···
###### implementation
config = mkIf config.programs.qt5ct.enable {
environment.variables.QT_QPA_PLATFORMTHEME = "qt5ct";
+
environment.systemPackages = with pkgs; [ qt5ct libsForQt5.qtstyleplugins ];
};
}
+1
nixos/modules/services/misc/autorandr.nix
···
};
}
···
};
+
meta.maintainers = with maintainers; [ gnidorah ];
}
+1
nixos/modules/services/misc/fstrim.nix
···
};
}
···
};
+
meta.maintainers = with maintainers; [ gnidorah ];
}