Disable KB Modified & Flake Update
This commit is contained in:
@@ -71,18 +71,18 @@
|
||||
|
||||
# Configure keymap in X11
|
||||
services.xserver.layout = "us";
|
||||
services.xserver.xkbOptions = "grp:switch";
|
||||
services.xserver.extraLayouts = {
|
||||
bqn = {
|
||||
description = "BQN Symbol Modifiers";
|
||||
languages = ["eng"];
|
||||
symbolsFile = pkgs.fetchurl {
|
||||
url = "https://raw.githubusercontent.com/mlochbaum/BQN/master/editors/bqn";
|
||||
sha256 = "F2fgLlWghcOrMu0BXGiyNHa0qh9YUyQE80GK0BWU2EY=";
|
||||
};
|
||||
};
|
||||
};
|
||||
# services.xserver.xkbOptions = {
|
||||
# services.xserver.xkbOptions = "grp:switch";
|
||||
# services.xserver.extraLayouts = {
|
||||
# bqn = {
|
||||
# description = "BQN Symbol Modifiers";
|
||||
# languages = ["eng"];
|
||||
# symbolsFile = pkgs.fetchurl {
|
||||
# url = "https://raw.githubusercontent.com/mlochbaum/BQN/master/editors/bqn";
|
||||
# sha256 = "F2fgLlWghcOrMu0BXGiyNHa0qh9YUyQE80GK0BWU2EY=";
|
||||
# };
|
||||
# };
|
||||
# };
|
||||
# # services.xserver.xkbOptions = {
|
||||
# };
|
||||
|
||||
# Enable CUPS to print documents.
|
||||
|
||||
Reference in New Issue
Block a user