Disable KB Modified & Flake Update
This commit is contained in:
@@ -71,18 +71,18 @@
|
|||||||
|
|
||||||
# Configure keymap in X11
|
# Configure keymap in X11
|
||||||
services.xserver.layout = "us";
|
services.xserver.layout = "us";
|
||||||
services.xserver.xkbOptions = "grp:switch";
|
# services.xserver.xkbOptions = "grp:switch";
|
||||||
services.xserver.extraLayouts = {
|
# services.xserver.extraLayouts = {
|
||||||
bqn = {
|
# bqn = {
|
||||||
description = "BQN Symbol Modifiers";
|
# description = "BQN Symbol Modifiers";
|
||||||
languages = ["eng"];
|
# languages = ["eng"];
|
||||||
symbolsFile = pkgs.fetchurl {
|
# symbolsFile = pkgs.fetchurl {
|
||||||
url = "https://raw.githubusercontent.com/mlochbaum/BQN/master/editors/bqn";
|
# url = "https://raw.githubusercontent.com/mlochbaum/BQN/master/editors/bqn";
|
||||||
sha256 = "F2fgLlWghcOrMu0BXGiyNHa0qh9YUyQE80GK0BWU2EY=";
|
# sha256 = "F2fgLlWghcOrMu0BXGiyNHa0qh9YUyQE80GK0BWU2EY=";
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
# services.xserver.xkbOptions = {
|
# # services.xserver.xkbOptions = {
|
||||||
# };
|
# };
|
||||||
|
|
||||||
# Enable CUPS to print documents.
|
# Enable CUPS to print documents.
|
||||||
|
|||||||
6
flake.lock
generated
6
flake.lock
generated
@@ -2,11 +2,11 @@
|
|||||||
"nodes": {
|
"nodes": {
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1689008574,
|
"lastModified": 1689444953,
|
||||||
"narHash": "sha256-VFMgyHDiqsGDkRg73alv6OdHJAqhybryWHv77bSCGIw=",
|
"narHash": "sha256-0o56bfb2LC38wrinPdCGLDScd77LVcr7CrH1zK7qvDg=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "4a729ce4b1fe5ec4fffc71c67c96aa5184ebb462",
|
"rev": "8acef304efe70152463a6399f73e636bcc363813",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|||||||
Reference in New Issue
Block a user