nix-configs/modules/desktop-environment/default.nix
2024-07-28 20:54:07 +02:00

10 lines
121 B
Nix

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