diff options
author | tv <tv@krebsco.de> | 2023-07-04 11:45:27 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2023-07-04 11:45:27 +0200 |
commit | 69c038e3904bba43cbac9615a272309284d02699 (patch) | |
tree | acb226398aadf4ee2b8e9c6e97693eb9c6559461 /tv | |
parent | 512232b72a5eab6a63a7e23ff1371b2821d5b065 (diff) |
Revert "tv alacritty: automatically select hidpi variant"
This reverts commit 3fc184a22607952db257c9c76a6f8f1d7afd16d6.
Diffstat (limited to 'tv')
-rw-r--r-- | tv/2configs/default.nix | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tv/2configs/default.nix b/tv/2configs/default.nix index 53b11c620..a8d840c15 100644 --- a/tv/2configs/default.nix +++ b/tv/2configs/default.nix @@ -130,11 +130,4 @@ with import ./lib; ]; } ]; - - nixpkgs.overlays = - mkAfter (optional config.hardware.video.hidpi.enable (self: super: { - alacritty-tv = super.alacritty-tv.override { - variant = "hidpi"; - }; - })); } |