Simplify T490 configuration

This commit is contained in:
Oliver Davies 2025-05-12 18:49:52 +01:00
parent 9af4a7dca1
commit fd5dbd1fd2
5 changed files with 5 additions and 43 deletions

View file

@ -2,7 +2,6 @@
imports = [
./cron.nix
./interception-tools.nix
./redshift.nix
./sound.nix
./udev.nix
./xserver.nix
@ -27,5 +26,10 @@
throttled.enable = true;
thermald.enable = true;
upower.enable = true;
xserver = {
desktopManager.cinnamon.enable = true;
displayManager.lightdm.enable = true;
};
};
}