nix: added LOGIOPS

This commit is contained in:
biscuit
2025-06-19 17:06:05 -05:00
parent b3c502fdf3
commit 50813851cb
4 changed files with 16 additions and 8 deletions
+5 -3
View File
@@ -4,6 +4,7 @@
timezone,
touchpadSupport,
inputs,
logitech-hardware,
...
}: {
environment.systemPackages = with pkgs;
@@ -32,17 +33,18 @@
tldr
jq
solaar
]
++ [
inputs.matugen.packages.${pkgs.system}.default
]
++ lib.optionals (logitech-hardware.enable == true) [
logiops
];
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
hardware = {
logitech.wireless.enable = true;
logitech.wireless.enable = logitech-hardware.enable;
bluetooth = {
enable = true;
powerOnBoot = true;