mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2024-11-05 15:16:23 +01:00
92a7e6021d
Co-authored-by: kloenk <me@kloenk.dev>
13 lines
152 B
Nix
13 lines
152 B
Nix
{...}: {
|
|
imports = [
|
|
./audio.nix
|
|
./eduroam.nix
|
|
./flatpak.nix
|
|
./home
|
|
./dm.nix
|
|
];
|
|
services.upower = {
|
|
enable = true;
|
|
};
|
|
}
|