mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nix: refactor module precedence
This commit is contained in:
parent
0f146c20ef
commit
509625c476
3 changed files with 7 additions and 3 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue