mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2025-09-05 19:21:38 +02:00
16 lines
273 B
Nix
16 lines
273 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./audio.nix
|
|
./home
|
|
./dm.nix
|
|
./tlp.nix
|
|
./locale.nix
|
|
./printing.nix
|
|
./themeing.nix
|
|
];
|
|
services.flatpak.enable = true;
|
|
security.polkit.enable = true;
|
|
services.illum.enable = true;
|
|
services.upower.enable = true;
|
|
}
|