added scanner support globally, commit before update

This commit is contained in:
yaroslav
2026-04-01 20:02:25 +03:00
parent 80fdfc0018
commit 5ce30bcc01
+3
View File
@@ -18,6 +18,9 @@
wget
nfs-utils
];
#enable scanner support
hardware.sane.enable = true;
nixpkgs.config.allowUnfree = true;
programs.neovim = {