feat: add notion desktop entry

This commit is contained in:
DACHXY 2025-01-14 12:00:16 +08:00
parent c8ef495a63
commit 21be3b127f
8 changed files with 111 additions and 13 deletions

View file

@ -6,7 +6,7 @@
{
programs.hyprland = {
enable = true;
withUWSM = true;
withUWSM = false;
package = inputs.hyprland.packages."${pkgs.system}".hyprland;
portalPackage = inputs.hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland;
};