Conditional Hyprland activation

This commit is contained in:
nichkara
2025-09-05 18:21:46 +02:00
parent 49573ec91e
commit b1bb2f2611
2 changed files with 20 additions and 35 deletions

8
desktop_environment.nix Normal file
View File

@@ -0,0 +1,8 @@
{
programs.hyprland = {
# Install the packages from nixpkgs
enable = true;
# Whether to enable XWayland
xwayland.enable = true;
};
}