diff --git a/configuration.nix b/configuration.nix index 94f2519..27c943b 100644 --- a/configuration.nix +++ b/configuration.nix @@ -89,6 +89,9 @@ # Bluetooth services.blueman.enable = true; + #scanning + hardware.sane.enable = true; + # GNOME Keyring services.gnome.gnome-keyring.enable = true; @@ -113,7 +116,7 @@ isNormalUser = true; description = "clemens"; initialPassword = "123456"; - extraGroups = [ "networkmanager" "wheel" ]; + extraGroups = [ "networkmanager" "wheel" "scanner" "lp" ]; shell = pkgs.zsh; }; diff --git a/home.nix b/home.nix index 1b91e51..f78cd9d 100644 --- a/home.nix +++ b/home.nix @@ -57,6 +57,11 @@ in pavucontrol keepassxc flameshot + gnome.simple-scan + lxqt.lxqt-policykit + cifs-utils + samba + unzip ]; fonts.fontconfig.enable = true;