Made server config easier

This commit is contained in:
2025-10-12 08:41:56 +02:00
parent 78dc043981
commit 6a62fed7d4
4 changed files with 15 additions and 12 deletions

View File

@@ -1,11 +1,12 @@
{ pkgs, currentSystemUser, ... }:
{ pkgs, currentSystemUser, currentSystemDe, ... }:
{
imports = [
./keyboard.nix
] ++ (if (currentSystemDe != "none") then [
./sound.nix
./fonts.nix
./de.nix
./sound.nix
./keyboard.nix
];
] else []);
time.timeZone = "Europe/Rome";