diff --git a/hosts/common/default.nix b/hosts/common/default.nix index 67a995b..1db699c 100644 --- a/hosts/common/default.nix +++ b/hosts/common/default.nix @@ -18,6 +18,7 @@ lib.mkIf (options ? virtualisation.memorySize) { users.users.zack.password = "foo"; }) + ../../env/wayland ]; networking.nameservers = ["1.1.1.1" "1.0.0.1"];