diff --git a/configuration.nix b/configuration.nix index 327de72..2735e66 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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 = { diff --git a/home/hyprland/settings.nix b/home/hyprland/settings.nix index 8555721..4351f17 100644 --- a/home/hyprland/settings.nix +++ b/home/hyprland/settings.nix @@ -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;