commit | 716da2d91d36f2189b6e76788e098d04c12db085 | [log] [tgz] |
---|---|---|
author | Skyler Turner <skyler@clicksminuteper.net> | Sun Feb 20 20:40:02 2022 +0000 |
committer | Skyler Turner <skyler@clicksminuteper.net> | Sun Feb 20 20:40:02 2022 +0000 |
tree | 136a70ba852850d169efe950e97480123e477d7b | |
parent | 4ca71fbcea44cef907bf79f6220e6dd9453e001b [diff] |
Committed after system build
diff --git a/system/configuration.nix b/system/configuration.nix index b31e32a..4cc5c79 100644 --- a/system/configuration.nix +++ b/system/configuration.nix
@@ -211,6 +211,9 @@ }; environment.etc."pipewire/7.1-surround-sound.conf".source = ./pipewire/7.1-surround-sound.conf; + hardware.openrazer.enable = true; + hardware.openrazer.users = [ "minion" ]; + # Enable touchpad support (enabled default in most desktopManager). services.xserver.libinput.enable = true;