mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
picom: use types.lines for extraOptions
This commit is contained in:
committed by
Robert Helgesson
parent
0cf9dadf5b
commit
e2ebc3a3af
@@ -270,7 +270,7 @@ in {
|
||||
};
|
||||
|
||||
extraOptions = mkOption {
|
||||
type = types.str;
|
||||
type = types.lines;
|
||||
default = "";
|
||||
example = ''
|
||||
unredir-if-possible = true;
|
||||
|
||||
Reference in New Issue
Block a user