feat: add notion desktop entry
This commit is contained in:
parent
c8ef495a63
commit
21be3b127f
8 changed files with 111 additions and 13 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue