From 6dfc74bf0df790094bbdad8ca520be9db120e2b8 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 21 Apr 2025 21:33:45 +0800 Subject: [PATCH] fix issue --- modules/home/hyprland/default.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/modules/home/hyprland/default.nix b/modules/home/hyprland/default.nix index e70fcb6..bbca1b7 100644 --- a/modules/home/hyprland/default.nix +++ b/modules/home/hyprland/default.nix @@ -44,12 +44,6 @@ swaylock.enable = true; }; - wayland.windowManager.hyprland = { - enable = true; - systemdIntegration = true; - # extraConfig = builtins.readFile ./conf/hyprland.conf; - }; - # hyprland configs, based on https://github.com/notwidow/hyprland home.file.".config/hypr" = { source = ./conf/hypr;