nixos: system revamp
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{myConfig, ...}: {
|
||||
hardware = {
|
||||
logitech.wireless.enable = myConfig.linux.logitech-hardware.enable;
|
||||
bluetooth = {
|
||||
enable = true;
|
||||
powerOnBoot = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user