laying ground work for hyprland and yveltal

This commit is contained in:
2025-10-24 21:40:13 -05:00
parent 7a371f3b1e
commit 2d1d85ddc6
7 changed files with 455 additions and 4 deletions

View File

@@ -0,0 +1,15 @@
{
pkgs,
lib,
config,
...
}: {
# enable hyprland
programs.hyprland.enable = true;
# hint to election apps wayland is in use
environment.sessionVariables.NIXOS_OZONE_WL = "1";
}