This commit is contained in:
cnst
2024-07-16 10:06:56 +02:00
parent 0d3517bd06
commit 0751537bcb
7 changed files with 155 additions and 30 deletions

View File

@@ -1,13 +1,10 @@
{inputs, ...}: {
imports = [
inputs.hyprland.nixosModules.default
];
{
programs.hyprland = {
enable = true;
xwayland.enable = true;
# xwayland.enable = true;
};
environment.sessionVariables = {
MOZ_ENABLE_WAYLAND = 1;
environment.variables = {
# MOZ_ENABLE_WAYLAND = 1;
NIXOS_OZONE_WL = "1";
# AMD_VULKAN_ICD = "RADV";
# SDL_VIDEODRIVER = "wayland";