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

12 lines
134 B
Nix
Raw Normal View History

2024-03-05 16:10:35 +00:00
{...}: {
imports = [
./audio.nix
./flatpak.nix
2024-03-06 10:09:02 +00:00
./home
./dm.nix
2024-03-05 16:10:35 +00:00
];
2024-06-18 19:06:19 +00:00
services.upower = {
enable = true;
};
2024-03-05 16:10:35 +00:00
}