nix-configs/modules/desktop-environment/default.nix
2024-10-04 18:13:21 +02:00

12 lines
152 B
Nix

{...}: {
imports = [
./audio.nix
./eduroam.nix
./flatpak.nix
./home
./dm.nix
];
services.upower = {
enable = true;
};
}