Desktop: add commment and fix formatting in configuration.nix

This commit is contained in:
Toast 2023-10-10 21:40:51 +02:00
parent 0c053bde9c
commit 3527a25625

View file

@ -1,9 +1,10 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
# Enable scanning
hardware.sane = { hardware.sane = {
enable = true; enable = true;
extraBackends = [ pkgs.sane-airscan ]; extraBackends = [ pkgs.sane-airscan ];
}; };
users.users.toast.extraGroups = [ "scanner" ]; users.users.toast.extraGroups = [ "scanner" ];
} }