major changes

This commit is contained in:
kenji
2025-07-01 08:55:17 -05:00
parent 945ed455c9
commit b37edeed36
6 changed files with 21 additions and 7 deletions
+7
View File
@@ -1,6 +1,7 @@
{
myConfig,
pkgs,
lib,
...
}: {
hardware = {
@@ -10,4 +11,10 @@
powerOnBoot = true;
};
};
environment.systemPackages = with pkgs;
[
]
++ lib.optionals (myConfig.linux.logitech-hardware.enable == true) [
solaar
];
}