about summary refs log tree commit diff
path: root/hosts/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/configuration.nix8
1 files changed, 8 insertions, 0 deletions
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;
   };