Add nixpad configuration

The initial step of grouping lemp11 and t490 configuration, inspired by
https://github.com/mkellyxp/nixbook.
This commit is contained in:
Oliver Davies 2025-05-12 19:10:37 +01:00
parent fd5dbd1fd2
commit c2eead8fdf
6 changed files with 42 additions and 13 deletions

View file

@ -26,10 +26,5 @@
throttled.enable = true;
thermald.enable = true;
upower.enable = true;
xserver = {
desktopManager.cinnamon.enable = true;
displayManager.lightdm.enable = true;
};
};
}