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