From 54f2f1e8f9aeabe8061addd760a370bf1e993ab6 Mon Sep 17 00:00:00 2001 From: biscuit Date: Wed, 18 Jun 2025 11:32:32 -0500 Subject: [PATCH] test --- config.local.nix | 2 +- system/default.nix | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/config.local.nix b/config.local.nix index 3e6ada8..0ea3a17 100644 --- a/config.local.nix +++ b/config.local.nix @@ -42,7 +42,7 @@ hyprconf = { monitor = [ - "DP-1,highres@highrr,0x1080,auto" + "DP-1,highres@165,0x1080,auto" "HDMI-A-2,highres@highrr,0x0,auto" ]; }; diff --git a/system/default.nix b/system/default.nix index f87dc56..968cb94 100644 --- a/system/default.nix +++ b/system/default.nix @@ -30,11 +30,14 @@ tldr jq + + solaar ]; boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; hardware = { + logitech.wireless.enable = true; bluetooth = { enable = true; powerOnBoot = true;