Add nixpad configuration
The initial step of grouping lemp11 and t490 configuration, inspired by https://github.com/mkellyxp/nixbook.
This commit is contained in:
parent
fd5dbd1fd2
commit
c2eead8fdf
6 changed files with 42 additions and 13 deletions
|
@ -17,6 +17,8 @@
|
|||
|
||||
desktop.dconf.enable = true;
|
||||
|
||||
nixpad.enable = true;
|
||||
|
||||
boot = {
|
||||
loader = {
|
||||
systemd-boot = {
|
||||
|
@ -35,6 +37,4 @@
|
|||
'';
|
||||
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
system.autoUpgrade.enable = true;
|
||||
}
|
||||
|
|
|
@ -26,10 +26,5 @@
|
|||
throttled.enable = true;
|
||||
thermald.enable = true;
|
||||
upower.enable = true;
|
||||
|
||||
xserver = {
|
||||
desktopManager.cinnamon.enable = true;
|
||||
displayManager.lightdm.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue