diff options
| author | spl3g <spleefer6@yandex.ru> | 2025-04-13 00:06:20 +0300 |
|---|---|---|
| committer | spl3g <spleefer6@yandex.ru> | 2025-05-01 14:58:57 +0300 |
| commit | 2e945cce0ce765bd41c31f0e25ab443db04f89c1 (patch) | |
| tree | e23b6124dd251f9e234ae315d3a34cb498045ec9 /home-manager | |
| parent | 9d9429ad10ce989557a96d07d72617b0e0f83d10 (diff) | |
fix: change hyprland package
Diffstat (limited to 'home-manager')
| -rw-r--r-- | home-manager/homeModules/hyprland.nix | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/home-manager/homeModules/hyprland.nix b/home-manager/homeModules/hyprland.nix index 2b3c480..01d0d58 100644 --- a/home-manager/homeModules/hyprland.nix +++ b/home-manager/homeModules/hyprland.nix @@ -15,31 +15,22 @@ waybar.enable = true; rofi.enable = true; mako.enable = true; - + home.packages = with pkgs; [ swww brightnessctl grimblast cliphist polkit_gnome - xwaylandvideobridge + kdePackages.xwaylandvideobridge wl-clipboard libnotify ]; - xdg.portal = { - enable = true; - extraPortals = with pkgs; [ - xdg-desktop-portal-hyprland - ]; - configPackages = with pkgs; [ - xdg-desktop-portal-hyprland - ]; - }; - + home.sessionVariables.XDG_CURRENT_DESKTOP = "Hyprland"; + wayland.windowManager.hyprland = { enable = true; - package = pkgs.unstable.hyprland; settings = { "$scripts" = "${./attachments/hypr-scripts}"; "$mainMod" = "SUPER"; |
