about summary refs log tree commit diff stats
path: root/nix-conf/machines
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2024-06-07 20:52:39 +0100
committerDavid Morgan <djm_uk@protonmail.com>2024-06-07 20:52:39 +0100
commitec7ffbf3a8a37d8c7f5398143846827d2716f02c (patch)
treefa1cf44a4457647aad52624863c242f2b9980390 /nix-conf/machines
parentb7de9753da85edb193b6dd9507bb4e0dc083ea1f (diff)
downloaddotfiles-ec7ffbf3a8a37d8c7f5398143846827d2716f02c.tar.gz
More changes for 24.05
Diffstat (limited to 'nix-conf/machines')
-rw-r--r--nix-conf/machines/egalmoth/configuration.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/nix-conf/machines/egalmoth/configuration.nix b/nix-conf/machines/egalmoth/configuration.nix
index 51d3241..2284b4b 100644
--- a/nix-conf/machines/egalmoth/configuration.nix
+++ b/nix-conf/machines/egalmoth/configuration.nix
@@ -70,14 +70,14 @@
   services.gnome.gnome-keyring.enable = true;
   security.pam.services.login.enableGnomeKeyring = true;
   security.pam.services.passwd.enableGnomeKeyring = true;
-  services.xserver.displayManager.sessionPackages = [ pkgs.sway ];
-  services.xserver.displayManager.defaultSession = "none+i3";
+  services.displayManager.sessionPackages = [ pkgs.sway ];
+  services.displayManager.defaultSession = "none+i3";
   #services.xserver.displayManager.defaultSession = "sway";
 
   services.xserver.windowManager.i3.enable = true;
   services.upower.enable = true;
 
-  services.xserver.layout = "gb";
+  services.xserver.xkb.layout = "gb";
 
   services.printing.enable = true;
   services.printing.drivers = [ pkgs.gutenprint pkgs.hplipWithPlugin ];
@@ -99,7 +99,7 @@
     })
   ];
 
-  services.xserver.libinput = {
+  services.libinput = {
     enable = true;
     touchpad = {
       clickMethod = "clickfinger";