picom: use types.lines for extraOptions

main
Naïm Favier 2 years ago committed by Robert Helgesson
parent 0cf9dadf5b
commit e2ebc3a3af
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89
  1. 2
      modules/services/picom.nix

@ -270,7 +270,7 @@ in {
};
extraOptions = mkOption {
type = types.str;
type = types.lines;
default = "";
example = ''
unredir-if-possible = true;

Loading…
Cancel
Save