trying to fix hyprland
This commit is contained in:
parent
7bb3b4b573
commit
31560fe067
4 changed files with 232 additions and 17 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue