mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-05 17:26:34 +05:30
feat(hyprland): use package from nixos
This commit is contained in:
@ -3,9 +3,10 @@
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
package = pkgs.hyprland-git.hyprland;
|
||||
portalPackage = pkgs.hyprland-git.xdg-desktop-portal-hyprland;
|
||||
package = null;
|
||||
portalPackage = null;
|
||||
xwayland.enable = true;
|
||||
systemd.variables = ["--all"];
|
||||
|
||||
settings = let
|
||||
# Hyprland
|
||||
|
Reference in New Issue
Block a user