nix-configs/modules/desktop-environment/default.nix

11 lines
134 B
Nix

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