From ab2c60262244d98903c3cad46c005859c7c9184b Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Sat, 9 Dec 2023 16:55:20 +0100 Subject: [PATCH] small laptop changes --- laptop/configuration.nix | 6 +++--- modules/cli-tools.nix | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/laptop/configuration.nix b/laptop/configuration.nix index 057504b..0843dce 100644 --- a/laptop/configuration.nix +++ b/laptop/configuration.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ config, pkgs, lib, ... }: { @@ -9,8 +9,8 @@ ]; services.xserver = { - layout = "at"; - xkbVariant = ""; + layout = lib.mkForce "at"; + xkbVariant = lib.mkForce ""; enable = true; displayManager.gdm.enable = true; }; diff --git a/modules/cli-tools.nix b/modules/cli-tools.nix index fdd1063..45ee46b 100644 --- a/modules/cli-tools.nix +++ b/modules/cli-tools.nix @@ -16,5 +16,6 @@ vulkan-tools ffmpeg nethogs + dig ]; }