Switch to the hyprland stable release

This commit is contained in:
SebastianStork 2024-05-01 17:51:56 +02:00
parent 56da6f8ae2
commit 7ec04dddde
4 changed files with 11 additions and 231 deletions

View file

@ -1,5 +1,4 @@
{
inputs,
config,
pkgs,
lib,
@ -8,10 +7,7 @@
options.myConfig.de.hyprland.enable = lib.mkEnableOption "";
config = lib.mkIf config.myConfig.de.hyprland.enable {
programs.hyprland = {
enable = true;
package = inputs.hyprland.packages.${pkgs.system}.hyprland;
};
programs.hyprland.enable = true;
environment.sessionVariables = {
WLR_NO_HARDWARE_CURSORS = "1";