mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-07 20:28:08 +01:00
Made server config easier
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user