mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2024-12-26 07:08:51 +01:00
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:
commit
d4945e8fe9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user