From 87dac3e75118c93443b24148307c9fc9b34d3fd7 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sun, 11 Sep 2022 17:40:08 +0200 Subject: Implement initial wayland support --- hosts/configuration.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'hosts/configuration.nix') diff --git a/hosts/configuration.nix b/hosts/configuration.nix index d9215d9..e9721b6 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -66,6 +66,8 @@ TERMINAL = "st"; EDITOR = "nvim"; VISUAL = "nvim"; + + XKB_DEFAULT_LAYOUT = "gb"; }; environment.sessionVariables = rec { @@ -110,6 +112,11 @@ # started in user sessions. # programs.mtr.enable = true; + xdg.portal = { + enable = true; + wlr.enable = true; + }; + # List services that you want to enable: services = { openssh = { @@ -119,6 +126,7 @@ port = 2222; }]; }; + dbus.enable = true; irqbalance.enable = true; fwupd.enable = true; }; -- cgit 1.4.1