Hyprland: Use enable switch

This commit is contained in:
Weckyy702
2026-03-11 17:44:51 +01:00
parent 8bc4daf4d6
commit a943d8c45c
2 changed files with 6 additions and 8 deletions

View File

@@ -77,10 +77,10 @@
catppuccin.enable = true;
programs.hyprland = {
enable = true;
xwayland.enable = true;
};
programs.hyprland.enable = true;
# Force electron apps to use wayland
environment.sessionVariables.NIXOS_OZONE_WL = "1";
programs.zsh.enable = true;
programs.steam = {
@@ -132,8 +132,6 @@
# required for zsh completion
environment.pathsToLink = [ "/share/zsh" ];
environment.sessionVariables.NIXOS_OZONE_WL = "1";
# List services that you want to enable:
services.kanata = {

View File

@@ -5,8 +5,8 @@
general = {
border_size = 2;
gaps_in = 5;
gaps_out = 10;
gaps_in = 0;
gaps_out = 5;
layout = "dwindle";
allow_tearing = false;
resize_on_border = true;