From 5ce30bcc01514c9a9413d76372364a6a9b154e8b Mon Sep 17 00:00:00 2001 From: yaroslav Date: Wed, 1 Apr 2026 20:02:25 +0300 Subject: [PATCH] added scanner support globally, commit before update --- hosts/generic/configuration_generic.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/generic/configuration_generic.nix b/hosts/generic/configuration_generic.nix index b3a6d6f..dcb3772 100644 --- a/hosts/generic/configuration_generic.nix +++ b/hosts/generic/configuration_generic.nix @@ -18,6 +18,9 @@ wget nfs-utils ]; + #enable scanner support + hardware.sane.enable = true; + nixpkgs.config.allowUnfree = true; programs.neovim = {