fix: automapaper flag typo

This commit is contained in:
Noa Aarts 2024-09-05 14:55:59 +02:00
parent e3c6cdf606
commit 775e6817e3
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -180,7 +180,7 @@ in
builtins.map
(
conf:
"${inputs.automapaper.packages.${pkgs.system}.default}/bin/automapaper -c ${confFile conf}"
"${inputs.automapaper.packages.${pkgs.system}.default}/bin/automapaper -C ${confFile conf}"
)
config.modules.hyprland.displays
);