feat(desktop): update hyprland configuration

This commit is contained in:
tux
2026-06-26 19:31:21 +05:30
parent 3558091f54
commit 79c34a94bb

View File

@@ -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";