Merge branch 'keyboard-layout-fix' into 'main'

Keyboard layout fix

Closes #134 and #129

See merge request Zaney/zaneyos!55
This commit is contained in:
Tyler Kelley 2024-08-01 17:22:49 +00:00
commit d4945e8fe9

View File

@ -7,7 +7,7 @@
...
}:
let
inherit (import ../hosts/${host}/variables.nix) keyboardLayout;
inherit (import ./variables.nix) keyboardLayout;
in
{
imports = [
@ -407,7 +407,6 @@ in
services.blueman.enable = true;
# Enable sound with pipewire.
sound.enable = true;
hardware.pulseaudio.enable = false;
# Security / Polkit