nixos: system revamp

This commit is contained in:
lsoriano-mcm
2025-06-28 21:15:22 -05:00
parent 37e982c983
commit bdab858be2
12 changed files with 75 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
{myConfig, ...}: {
hardware = {
logitech.wireless.enable = myConfig.linux.logitech-hardware.enable;
bluetooth = {
enable = true;
powerOnBoot = true;
};
};
}