From 72b7b8041225e5e3d342e3b972f5447d800ef8bf Mon Sep 17 00:00:00 2001 From: CDaut Date: Sat, 20 Apr 2024 17:34:01 +0200 Subject: [PATCH] minor programs --- configuration.nix | 5 ++++- home.nix | 5 +++++ 2 files changed, 9 insertions(+), 1 deletion(-) 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;