diff options
-rw-r--r-- | etc/nix/configuration.nix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/etc/nix/configuration.nix b/etc/nix/configuration.nix index 891142b..669c65a 100644 --- a/etc/nix/configuration.nix +++ b/etc/nix/configuration.nix @@ -125,9 +125,7 @@ android_sdk.accept_license = true; allowUnfree = true; packageOverrids = pkgs: { - vaapiIntel = pkgs.vaapiIntel.override { - enableHybridCodec = true; - }; + vaapiIntel = pkgs.vaapiIntel.override { enableHybridCodec = true; }; }; }; overlays = [ @@ -274,7 +272,6 @@ xkbOptions = "caps:swapescape"; videoDrivers = [ "intel" ]; - # Touchpad support libinput.enable = true; |