From 839493008a8c38544dffc9ff36b5e4a94a51848c Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Sun, 30 Jun 2024 22:11:22 -0700 Subject: [PATCH] Udpated Nixpkgs and updated configuration.nix --- configuration.nix | 4 ++-- flake.lock | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configuration.nix b/configuration.nix index 5296413..c77e5bc 100755 --- a/configuration.nix +++ b/configuration.nix @@ -37,9 +37,9 @@ services.xserver.desktopManager.gnome.enable = true; # Configure keymap in X11 - services.xserver = { + services.xserver.xkb = { layout = "us"; - xkbVariant = ""; + variant = ""; }; # Enable CUPS to print documents. diff --git a/flake.lock b/flake.lock index 508f73e..cbdbf03 100755 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1719254875, - "narHash": "sha256-ECni+IkwXjusHsm9Sexdtq8weAq/yUyt1TWIemXt3Ko=", + "lastModified": 1719506693, + "narHash": "sha256-C8e9S7RzshSdHB7L+v9I51af1gDM5unhJ2xO1ywxNH8=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "2893f56de08021cffd9b6b6dfc70fd9ccd51eb60", + "rev": "b2852eb9365c6de48ffb0dc2c9562591f652242a", "type": "github" }, "original": {