1
0
Fork 0

Update service names from upstream.

This commit is contained in:
Kevin Baensch 2024-02-21 22:00:19 +01:00
parent 221c10cbe4
commit a082c16b94
Signed by: derped
GPG Key ID: C0F1D326C7626543
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ with lib; let
++ (optional (withDocker && !withPodman) "docker")
++ (optional withPodman "podman");
shell = "${pkgs.zsh}/bin/zsh";
passwordFile = passPath;
hashedPasswordFile = passPath;
};
};

View File

@ -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 = {