init
This commit is contained in:
13
modules/core/xserver.nix
Normal file
13
modules/core/xserver.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ host, ... }:
|
||||
let
|
||||
inherit (import ../../hosts/${host}/variables.nix) keyboardLayout;
|
||||
in
|
||||
{
|
||||
services.xserver = {
|
||||
enable = false;
|
||||
xkb = {
|
||||
layout = "${keyboardLayout}";
|
||||
variant = "";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user