[Treewide] fix renamed options and packages

This commit is contained in:
Antoine Viallon 2024-06-01 17:31:08 +02:00
parent 3ab3540676
commit cc51a26737
Signed by: aviallon
GPG key ID: 186FC35EDEB25716
3 changed files with 5 additions and 5 deletions

View file

@ -68,8 +68,8 @@ in {
systemd.services."autovt@tty1".enable = mkOverride 50 false;
# Configure keymap in X11
services.xserver.layout = cfg.layout;
services.xserver.xkbOptions = "eurosign:e";
services.xserver.xkb.layout = cfg.layout;
services.xserver.xkb.options = "eurosign:e";
aviallon.boot.cmdline = {
@ -95,7 +95,7 @@ in {
programs.xwayland.enable = true;
# Enable touchpad support (enabled default in most desktopManager).
services.xserver.libinput.enable = true;
services.libinput.enable = true;
# Enable color management
services.colord.enable = true;

View file

@ -9,7 +9,7 @@ in {
package = mkOption {
internal = true;
description = "Which nvtop package to use";
default = pkgs.nvtop-amd;
default = pkgs.nvtopPackages.amd;
type = myLib.types.package';
};
};

View file

@ -136,7 +136,7 @@ in {
services.avahi = {
enable = !generalCfg.minimal; # .lan/.local resolution
nssmdns = true; # .lan/.local resolution
nssmdns4 = true; # .lan/.local resolution
openFirewall = true;
reflector = true;
publish = {