this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

nixos/services/flatpak: disable stylix cursors

Aly Raffauf 97890d39 7a7197b5

+5 -6
+5 -6
modules/nixos/services/flatpak/default.nix
··· 17 17 18 18 aggregatedIcons = pkgs.buildEnv { 19 19 name = "system-icons"; 20 - paths = 21 - (with pkgs; [ 22 - adwaita-icon-theme 23 - gnome-themes-extra 24 - ]) 25 - ++ lib.optional config.stylix.enable config.stylix.cursor.package; 20 + paths = with pkgs; [ 21 + adwaita-icon-theme 22 + gnome-themes-extra 23 + ]; 24 + # ++ lib.optional config.stylix.enable config.stylix.cursor.package; 26 25 27 26 pathsToLink = ["/share/icons"]; 28 27 };