Skip to content

Commit

Permalink
nixos/cosmic: use mkDefault for xdg.portal.configPackages like other DEs
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyinstarlight committed Mar 14, 2024
1 parent 50af35f commit 04de214
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nixos/cosmic/module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ in
xdg-desktop-portal-cosmic
xdg-desktop-portal-gtk
];
configPackages = with pkgs; [
configPackages = lib.mkDefault (with pkgs; [
xdg-desktop-portal-cosmic
];
]);
};

# fonts
Expand Down

0 comments on commit 04de214

Please sign in to comment.