individualizing hyprland
This commit is contained in:
@@ -1,15 +1,7 @@
|
||||
{
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
# xwayland.enable = true;
|
||||
};
|
||||
environment.variables = {
|
||||
# MOZ_ENABLE_WAYLAND = 1;
|
||||
NIXOS_OZONE_WL = "1";
|
||||
# AMD_VULKAN_ICD = "RADV";
|
||||
# SDL_VIDEODRIVER = "wayland";
|
||||
# QT_QPA_PLATFORM = "wayland";
|
||||
# XDG_SESSION_TYPE = "wayland";
|
||||
# QT_WAYLAND_DISABLE_WINDOWDECORATION = "1";
|
||||
};
|
||||
{inputs, ...}: {
|
||||
imports = [
|
||||
inputs.hyprland.nixosModules.default
|
||||
];
|
||||
environment.variables.NIXOS_OZONE_WL = "1";
|
||||
programs.hyprland.enable = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user