mirror of
https://github.com/nix-community/home-manager
synced 2024-11-27 05:29:46 +01:00
autorandr: remove unnecessary method
attribute
I mistakenly added this before noticing that it was already defaulted to "factory". Sorry!
This commit is contained in:
parent
03f1aea069
commit
92d4e3e75a
1 changed files with 0 additions and 1 deletions
|
@ -163,7 +163,6 @@ let
|
|||
default = null;
|
||||
example = literalExample ''
|
||||
{
|
||||
method = "factor";
|
||||
x = 1.25;
|
||||
y = 1.25;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue