diff options
Diffstat (limited to 'configs/hw/x220.nix')
-rw-r--r-- | configs/hw/x220.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configs/hw/x220.nix b/configs/hw/x220.nix index 352040d..323be01 100644 --- a/configs/hw/x220.nix +++ b/configs/hw/x220.nix @@ -83,7 +83,4 @@ services.xserver = { videoDriver = "intel"; }; - - tv.hw.screens.primary.width = lib.mkDefault 1366; - tv.hw.screens.primary.height = lib.mkDefault 768; } |