From 8df08cf97a78fa5efd07b14161314845ac12b800 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 18 Jun 2023 00:41:28 -0600 Subject: [PATCH] [NixOS] Jay lenovo uses full.nix --- nixos/machines/jay-lenovo.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nixos/machines/jay-lenovo.nix b/nixos/machines/jay-lenovo.nix index b4e970af..b14f3a6c 100644 --- a/nixos/machines/jay-lenovo.nix +++ b/nixos/machines/jay-lenovo.nix @@ -6,6 +6,7 @@ { imports = [ ../base.nix + ../full.nix ../essential-no-arm.nix ../essential.nix ../code.nix @@ -42,7 +43,5 @@ powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; - hardware.video.hidpi.enable = lib.mkDefault true; - system.stateVersion = "23.05"; }