From 63241240297d26429f87bb40ffa633e68961db26 Mon Sep 17 00:00:00 2001 From: spy4x <2spy4x@gmail.com> Date: Fri, 15 Mar 2024 12:40:29 +0800 Subject: [PATCH] feat(nix): install Solaar with correct permissions --- configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 1d43e6d..ae52eae 100644 --- a/configuration.nix +++ b/configuration.nix @@ -88,6 +88,10 @@ in pulse.enable = true; }; + # Logitech devices manager "Solaar". Gives necessary permissions to run it without "sudo. + hardware.logitech.wireless.enable = true; + hardware.logitech.wireless.enableGraphical = true; + # Define a user account. Don't forget to set a password with ‘passwd’. users.users.spy4x = { isNormalUser = true; @@ -126,7 +130,6 @@ in bitwarden # Password manager client vlc obs-studio # Video recorder and stream software - solaar # Logitech devices GUI. Strictly use with sudo, otherwise it doesn't see devices. localsend # Share files/text/data with other devices in local network without internet. OSS alternative to AirDrop. rclone # Sync Google Drive with a local folder ];