diff --git a/home-manager/hyprland.nix b/home-manager/hyprland.nix index 13a9806..4ddd338 100644 --- a/home-manager/hyprland.nix +++ b/home-manager/hyprland.nix @@ -1,5 +1,8 @@ -{ config, pkgs, ... }: { + config, + pkgs, + ... +}: { # Enable Hyprland compositor wayland.windowManager.hyprland = { enable = true; @@ -22,15 +25,15 @@ kb_layout = "gb"; follow_mouse = 1; mouse_refocus = false; -# touchpad = { -# disable_while_typing = false; -# }; + touchpad = { + disable_while_typing = false; + }; }; -# bindl = [ -# ",switch:off:Lid Switch,exec,hyprctl keyword monitor eDP-2, 2560x1600@165, 0x0, auto" -# ",switch:on:Lid Switch,exec,hyprctl keyword monitor eDP-2, disable" -# ]; + # bindl = [ + # ",switch:off:Lid Switch,exec,hyprctl keyword monitor eDP-2, 2560x1600@165, 0x0, auto" + # ",switch:on:Lid Switch,exec,hyprctl keyword monitor eDP-2, disable" + # ]; # Allow using SUPER+LEFT to move windows and SUPER+RIGHT to resize windows bindm = [ diff --git a/hosts/gabbielaptop/configuration.nix b/hosts/gabbielaptop/configuration.nix index 207c526..d953055 100644 --- a/hosts/gabbielaptop/configuration.nix +++ b/hosts/gabbielaptop/configuration.nix @@ -98,6 +98,7 @@ # Enable sound with pipewire. security.rtkit.enable = true; + hardware.pulseaudio.enable = false; services.pipewire = { enable = true; alsa.enable = true;