Update service names from upstream.
This commit is contained in:
parent
221c10cbe4
commit
a082c16b94
2 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ with lib; let
|
|||
++ (optional (withDocker && !withPodman) "docker")
|
||||
++ (optional withPodman "podman");
|
||||
shell = "${pkgs.zsh}/bin/zsh";
|
||||
passwordFile = passPath;
|
||||
hashedPasswordFile = passPath;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ in
|
|||
// mkIf (elem "desktop" cfg.services) {
|
||||
services.gvfs.enable = true;
|
||||
services.xserver = {
|
||||
layout = "de";
|
||||
xkb.layout = "de";
|
||||
libinput = {
|
||||
enable = true;
|
||||
touchpad = {
|
||||
|
|
Loading…
Reference in a new issue