diff options
author | EuAndreh <eu@euandre.org> | 2023-09-19 04:31:59 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-09-19 04:31:59 -0300 |
commit | a8036eac4c9c7693728eed752aadba9ab695a706 (patch) | |
tree | 5d56599e6910011fc17f29e785ca0a1ebd40cf69 | |
parent | etc/nix/configuration.nix: various improvements (diff) | |
download | dotfiles-a8036eac4c9c7693728eed752aadba9ab695a706.tar.gz dotfiles-a8036eac4c9c7693728eed752aadba9ab695a706.tar.xz |
etc/nix/configuration.nix: run nixfmt(1)
-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; |