From 4cb102ed07ccb726b131a2e893c8e58beb2b1f82 Mon Sep 17 00:00:00 2001 From: David C Date: Sun, 30 Jul 2023 11:04:44 -0400 Subject: [PATCH] Disable KB Modified & Flake Update --- configuration.nix | 24 ++++++++++++------------ flake.lock | 6 +++--- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/configuration.nix b/configuration.nix index 1fccc96..7bcdb88 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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. diff --git a/flake.lock b/flake.lock index bfd9971..4593b8b 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1689008574, - "narHash": "sha256-VFMgyHDiqsGDkRg73alv6OdHJAqhybryWHv77bSCGIw=", + "lastModified": 1689444953, + "narHash": "sha256-0o56bfb2LC38wrinPdCGLDScd77LVcr7CrH1zK7qvDg=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "4a729ce4b1fe5ec4fffc71c67c96aa5184ebb462", + "rev": "8acef304efe70152463a6399f73e636bcc363813", "type": "github" }, "original": {