From 1058ac025fd3b4d762f366b044826bfb0b67705b Mon Sep 17 00:00:00 2001 From: Markus Heurung Date: Wed, 19 Jun 2024 16:54:29 +0200 Subject: [PATCH 1/2] try settings to get brightness working --- home.nix | 1 + hosts/cube.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/home.nix b/home.nix index 54db2ff..ea1fdd7 100644 --- a/home.nix +++ b/home.nix @@ -24,6 +24,7 @@ atkinson-hyperlegible brightnessctl curl + ddcutil distrobox dig fd diff --git a/hosts/cube.nix b/hosts/cube.nix index c8903bf..930708f 100644 --- a/hosts/cube.nix +++ b/hosts/cube.nix @@ -95,7 +95,7 @@ isNormalUser = true; name = "muhh"; description = "Markus Heurung"; - extraGroups = [ "libvirtd" "qemu-libvirtd" "audio" "input" "networkmanager" "video" "wheel" ]; + extraGroups = [ "libvirtd" "qemu-libvirtd" "audio" "input" "networkmanager" "video" "wheel" "plugdev"]; shell = pkgs.fish; linger = true; }; From 8fb74dd998865b5990abf2d53ad5301bdc3d692f Mon Sep 17 00:00:00 2001 From: Markus Heurung Date: Wed, 19 Jun 2024 16:54:47 +0200 Subject: [PATCH 2/2] remove default settings for fonts that mix up cursor sizes? --- home.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/home.nix b/home.nix index ea1fdd7..d2e2ce8 100644 --- a/home.nix +++ b/home.nix @@ -506,9 +506,6 @@ name = "Iosevka Nerd Font"; }; sizes = { - applications = 12; - desktop = 10; - popups = 10; terminal = 14; }; };