From e8982b8bc9887d25ab79f47bc80e74f731fb4130 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Thu, 3 Jun 2021 18:11:42 +0200 Subject: [PATCH] machines: aramis: profiles: enable devices --- machines/aramis/profiles.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/machines/aramis/profiles.nix b/machines/aramis/profiles.nix index 6d2bef7..4d2ac7d 100644 --- a/machines/aramis/profiles.nix +++ b/machines/aramis/profiles.nix @@ -3,6 +3,8 @@ my.profiles = { # Bluetooth configuration and GUI bluetooth.enable = true; + # Mouse and keyboard configuration + devices.enable = true; # GTK theme configuration gtk.enable = true; # Laptop specific configuration