nix: refactor module precedence

This commit is contained in:
Primrose 2024-08-01 09:42:22 +02:00
parent 0f146c20ef
commit 509625c476
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
3 changed files with 7 additions and 3 deletions

View file

@ -1,6 +1,8 @@
{ lib, ... }:
{
services.xserver.xkb = {
layout = "myDvorak";
layout = lib.mkDefault "myDvorak";
# TODO: figure out how to implement this conditionally
# options = "caps:swapescape";
extraLayouts = {