{ pkgs, lib, config, inputs, ... }: { config = { home-manager.users.tzlil = { pkgs, config, nixosConfig, ... } @ hm: { imports = [ inputs.hyprland.homeManagerModules.default ]; wayland.windowManager.hyprland.enable = true; }; # programs.hyprland = { # enable = true; # xwayland = { # enable = false; # hidpi = false; # }; # }; }; }