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;
};

View file

@ -101,6 +101,6 @@ lib.checkListOfEnum "Nvidia Prime Mode" validModes [ nvidia-mode ] {
INTEL_GPU_MIN_FREQ_ON_AC = "500";
# If multiple monitors are connected to dGPU & iGPU,
# make sure to put the iGPU first
AQ_DRM_DEVICES = "/dev/dri/card1:/dev/dri/card0";
# AQ_DRM_DEVICES = "/dev/dri/card1:/dev/dri/card0";
};
}