summaryrefslogtreecommitdiff
path: root/nixos/common.nix
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2024-04-06 18:18:33 +0200
committerAlex Auvolat <alex@adnab.me>2024-04-06 18:18:33 +0200
commit422522da985ea88df3c536bddc38e0ee48840724 (patch)
treeafb9d71b33487c59cab7aec2da0d2c37af14c242 /nixos/common.nix
parent0f19186f955ff1c8e6421353770877fcfc4cef28 (diff)
downloaduser-config-422522da985ea88df3c536bddc38e0ee48840724.tar.gz
user-config-422522da985ea88df3c536bddc38e0ee48840724.zip
add logitech & lindy backup to infracoll
Diffstat (limited to 'nixos/common.nix')
-rw-r--r--nixos/common.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/common.nix b/nixos/common.nix
index a824a18..1c9dbed 100644
--- a/nixos/common.nix
+++ b/nixos/common.nix
@@ -81,6 +81,10 @@
# Enable touchpad support (enabled default in most desktopManager).
services.xserver.libinput.enable = true;
+ # Enable logitech unifying reciever support
+ hardware.logitech.wireless.enable = true;
+ hardware.logitech.wireless.enableGraphical = true;
+
# Enable libvirt
virtualisation.libvirtd.enable = true;