From 94a0f95b315bfb363d0218eae2ad8d42268f6eec Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sun, 21 Jul 2024 14:43:00 -0400 Subject: [PATCH] petalburg: add missing quote to iio config --- hosts/petalburg/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/petalburg/home.nix b/hosts/petalburg/home.nix index bf1923ff..9f1bd8af 100644 --- a/hosts/petalburg/home.nix +++ b/hosts/petalburg/home.nix @@ -14,7 +14,7 @@ exec-once = [''${ lib.getExe self.inputs.iio-hyprland.packages.${pkgs.system}.default - } "desc:Samsung Display Corp. 0x4152'']; + } "desc:Samsung Display Corp. 0x4152"'']; input = { tablet.output = "eDP-1";