do some moving

This commit is contained in:
Schrottkatze 2025-03-27 20:06:54 +01:00
commit 49298541e5
No known key found for this signature in database
40 changed files with 13 additions and 16 deletions

16
modules/de/default.nix Normal file
View file

@ -0,0 +1,16 @@
{...}: {
imports = [
./audio.nix
./eduroam.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;
}