diff --git a/desktop-environment/window-manager.nix b/desktop-environment/window-manager.nix index 9a55e59..00ca56f 100644 --- a/desktop-environment/window-manager.nix +++ b/desktop-environment/window-manager.nix @@ -4,6 +4,6 @@ let in { imports = [ - #./window-manager/${profile.interface}.nix + ./window-manager/${profile.interface}.nix ]; } diff --git a/desktop-environment/window-manager/hyprland.nix b/desktop-environment/window-manager/hyprland.nix index 37253a6..1001822 100644 --- a/desktop-environment/window-manager/hyprland.nix +++ b/desktop-environment/window-manager/hyprland.nix @@ -32,14 +32,13 @@ in networkmanagerapplet ]; - #fonts.packages = with pkgs; [ - # nerd-fonts.space-mono - # ]; - - programs.hyprland = { - enable = true; - withUWSM = true; - xwayland.enable = true; + wayland = { + windowManager = { + hyprland = { + enable = true; + xwayland.enable = true; + }; + }; }; programs.waybar = {