mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2024-11-30 00:18:44 +01:00
14 lines
166 B
Nix
14 lines
166 B
Nix
{...}: {
|
|
imports = [
|
|
./audio.nix
|
|
./eduroam.nix
|
|
./flatpak.nix
|
|
./home
|
|
./dm.nix
|
|
./tlp.nix
|
|
];
|
|
services.upower = {
|
|
enable = true;
|
|
};
|
|
}
|