summaryrefslogtreecommitdiff
path: root/hardware/cez.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hardware/cez.nix')
-rw-r--r--hardware/cez.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/hardware/cez.nix b/hardware/cez.nix
index e0cf620..6df9241 100644
--- a/hardware/cez.nix
+++ b/hardware/cez.nix
@@ -1,6 +1,12 @@
{ config, ... }:
{
+ imports =
+ [
+ ../features/wayland.nix
+ ../features/kaysshfs.nix
+ ];
+
networking = {
hostName = "cez";
wireless.iwd.enable = true;