summaryrefslogtreecommitdiff
path: root/hosts/common/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/common/default.nix')
-rw-r--r--hosts/common/default.nix10
1 files changed, 8 insertions, 2 deletions
diff --git a/hosts/common/default.nix b/hosts/common/default.nix
index 9793191..2923ae0 100644
--- a/hosts/common/default.nix
+++ b/hosts/common/default.nix
@@ -1,7 +1,13 @@
-{
+{lib, ...}: {
imports = [
+ ./options.nix
+ ./documentation.nix
+ ./fonts.nix
+ ./locale.nix
./security.nix
+ ./systemd.nix
./users.nix
- ./locale.nix
];
+
+ config.services.kmscon.enable = true;
}