Skip to content

Commit

Permalink
chore(NixOS): Update reference to non deprecated one
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Feb 10, 2024
1 parent 9e2ce87 commit 7e496b4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions nixos-modules/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@

# Configure keymap in X11
xserver = {
layout = "us";
xkb = { variant = ""; };
xkb = {
layout = "us";
variant = "";
};
};

# Enable CUPS to print documents.
Expand Down

0 comments on commit 7e496b4

Please sign in to comment.