trying to fix hyprland

This commit is contained in:
Chris Cochrun 2024-06-21 11:08:42 -05:00
parent 7bb3b4b573
commit 31560fe067
4 changed files with 232 additions and 17 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, lib, config, ... }:
{ pkgs, lib, config, stable, ... }:
with lib;
{
@ -122,9 +122,8 @@ with lib;
programs.hyprland = {
enable = true;
xwayland.enable = true;
# package = (pkgs.hyprland.override {
# portalPackage = pkgs.xdg-desktop-portal-kde;
# });
# legacyRenderer = true;
package = stable.hyprland;
# portalPackage = pkgs.xdg-desktop-portal-kde;
# xwayland.hidpi = true;
};