diff --git a/modules/hm/desktop/hyprland.nix b/modules/hm/desktop/hyprland.nix index 6ff37ef..05c05bb 100644 --- a/modules/hm/desktop/hyprland.nix +++ b/modules/hm/desktop/hyprland.nix @@ -2,16 +2,17 @@ flake.modules.homeManager.desktop = { config, pkgs, ... }: { - wayland.windowManager.hyprland = { - enable = true; - package = null; - portalPackage = null; - xwayland.enable = true; - systemd.variables = [ "--all" ]; - }; - # TODO: Hyprland 0.55 switched to Lua-based configuration. # Until the Home Manager module is updated, we symlink our config instead. + + # wayland.windowManager.hyprland = { + # enable = true; + # package = null; + # portalPackage = null; + # xwayland.enable = true; + # systemd.variables = [ "--all" ]; + # }; + home.file = { ".config/hypr/config".source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/Projects/hypr/config";