From 3a8afc973b3057a81575da3602d1e1f1fb0649c5 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 26 Feb 2024 14:43:05 +0300 Subject: fix(users/tazjin): fix warnings for renamed NixOS options Change-Id: I1bb9c1bdcf61d0216177bf3454467c6c80649893 Reviewed-on: https://cl.tvl.fyi/c/depot/+/11032 Reviewed-by: tazjin Tested-by: BuildkiteCI Autosubmit: tazjin Reviewed-by: sterni --- users/tazjin/nixos/modules/desktop.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'users/tazjin/nixos/modules/desktop.nix') diff --git a/users/tazjin/nixos/modules/desktop.nix b/users/tazjin/nixos/modules/desktop.nix index e2d77e16574c..12a42b8faa4b 100644 --- a/users/tazjin/nixos/modules/desktop.nix +++ b/users/tazjin/nixos/modules/desktop.nix @@ -15,8 +15,8 @@ xserver = { enable = true; - layout = "us"; - xkbOptions = "caps:super"; + xkb.layout = "us"; + xkb.options = "caps:super"; libinput.enable = true; -- cgit 1.4.1