diff options
Diffstat (limited to 'hosts/pc')
-rw-r--r-- | hosts/pc/cfg.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hosts/pc/cfg.nix b/hosts/pc/cfg.nix index aaf624c..38fb8c6 100644 --- a/hosts/pc/cfg.nix +++ b/hosts/pc/cfg.nix @@ -91,7 +91,6 @@ }; hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; - hardware.video.hidpi.enable = lib.mkDefault true; # greeter.initialSession = "sh -c hyprland"; }; } |