From b1d0a851002a7668cd60ca86fa584e98d8a4e175 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20K=C3=A4nner?= Date: Wed, 12 Jun 2024 11:41:20 +0200 Subject: [PATCH] 356 current 1970-01-01 01:00:00 24.05.20240611.47b604b 6.6.31-rt31 * --- modules/home/shell/zsh.nix | 2 +- modules/nixos/cups.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home/shell/zsh.nix b/modules/home/shell/zsh.nix index 183e150..9bfc535 100644 --- a/modules/home/shell/zsh.nix +++ b/modules/home/shell/zsh.nix @@ -13,7 +13,7 @@ in { config = lib.mkIf cfg.enable { programs.zsh = { enable = true; - enableAutosuggestions = true; + autosuggestion.enable = true; enableCompletion = true; defaultKeymap = "emacs"; dotDir = ".config/zsh"; diff --git a/modules/nixos/cups.nix b/modules/nixos/cups.nix index aee18ba..d927d2f 100644 --- a/modules/nixos/cups.nix +++ b/modules/nixos/cups.nix @@ -18,7 +18,7 @@ in { }; services.avahi = { enable = true; - nssmdns = true; + nssmdns4 = true; openFirewall = true; }; hardware.printers = {