about summary refs log tree commit diff
path: root/users/tazjin/nixos/modules/desktop.nix
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@tvl.su>2024-02-26T11·43+0300
committertazjin <tazjin@tvl.su>2024-02-26T11·57+0000
commit3a8afc973b3057a81575da3602d1e1f1fb0649c5 (patch)
tree9bff6dadd5a4f146e0ac441d22a7ae5c4ebced7f /users/tazjin/nixos/modules/desktop.nix
parent3dfba5901b2474b2d6a83905310f65af1ed3e349 (diff)
fix(users/tazjin): fix warnings for renamed NixOS options r/7611
Change-Id: I1bb9c1bdcf61d0216177bf3454467c6c80649893
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11032
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Autosubmit: tazjin <tazjin@tvl.su>
Reviewed-by: sterni <sternenseemann@systemli.org>
Diffstat (limited to '')
-rw-r--r--users/tazjin/nixos/modules/desktop.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/users/tazjin/nixos/modules/desktop.nix b/users/tazjin/nixos/modules/desktop.nix
index e2d77e1657..12a42b8faa 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;