diff options
author | tzlil <tzlils@protonmail.com> | 2023-03-30 10:46:52 +0300 |
---|---|---|
committer | tzlil <tzlils@protonmail.com> | 2023-03-30 10:46:52 +0300 |
commit | fbbd1a6ee7cb8f4a221b9ec77f714778eb4ae7f4 (patch) | |
tree | fa37905011a2402f1787831043fe2180269607f0 /hosts/pc | |
parent | f93700b22836af7e92108c697f4638bca433b87e (diff) |
cleanup, fmt, work on emacs, start hydrus booru integration
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"; }; } |