diff options
Diffstat (limited to 'hardware/cez.nix')
-rw-r--r-- | hardware/cez.nix | 6 |
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; |