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 (withDocker && !withPodman) "docker")
|
||||||
++ (optional withPodman "podman");
|
++ (optional withPodman "podman");
|
||||||
shell = "${pkgs.zsh}/bin/zsh";
|
shell = "${pkgs.zsh}/bin/zsh";
|
||||||
passwordFile = passPath;
|
hashedPasswordFile = passPath;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@ in
|
||||||
// mkIf (elem "desktop" cfg.services) {
|
// mkIf (elem "desktop" cfg.services) {
|
||||||
services.gvfs.enable = true;
|
services.gvfs.enable = true;
|
||||||
services.xserver = {
|
services.xserver = {
|
||||||
layout = "de";
|
xkb.layout = "de";
|
||||||
libinput = {
|
libinput = {
|
||||||
enable = true;
|
enable = true;
|
||||||
touchpad = {
|
touchpad = {
|
||||||
|
|
Loading…
Reference in a new issue