mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2024-11-05 23:26:23 +01:00
12 lines
134 B
Nix
12 lines
134 B
Nix
{...}: {
|
|
imports = [
|
|
./audio.nix
|
|
./flatpak.nix
|
|
./home
|
|
./dm.nix
|
|
];
|
|
services.upower = {
|
|
enable = true;
|
|
};
|
|
}
|