2024-03-05 17:10:35 +01:00
|
|
|
{...}: {
|
|
|
|
imports = [
|
|
|
|
./audio.nix
|
2024-10-04 18:13:21 +02:00
|
|
|
./eduroam.nix
|
2024-03-05 17:10:35 +01:00
|
|
|
./flatpak.nix
|
2024-03-06 11:09:02 +01:00
|
|
|
./home
|
2024-08-01 08:07:17 +02:00
|
|
|
./dm.nix
|
2024-11-29 15:47:35 +01:00
|
|
|
./tlp.nix
|
2024-03-05 17:10:35 +01:00
|
|
|
];
|
2024-06-18 21:06:19 +02:00
|
|
|
services.upower = {
|
|
|
|
enable = true;
|
|
|
|
};
|
2024-03-05 17:10:35 +01:00
|
|
|
}
|