minor programs

This commit is contained in:
CDaut 2024-04-20 17:34:01 +02:00
parent 0f15f8ae9b
commit 72b7b80412
Signed by: clara
GPG key ID: 223391B52FAD4463
2 changed files with 9 additions and 1 deletions

View file

@ -89,6 +89,9 @@
# Bluetooth # Bluetooth
services.blueman.enable = true; services.blueman.enable = true;
#scanning
hardware.sane.enable = true;
# GNOME Keyring # GNOME Keyring
services.gnome.gnome-keyring.enable = true; services.gnome.gnome-keyring.enable = true;
@ -113,7 +116,7 @@
isNormalUser = true; isNormalUser = true;
description = "clemens"; description = "clemens";
initialPassword = "123456"; initialPassword = "123456";
extraGroups = [ "networkmanager" "wheel" ]; extraGroups = [ "networkmanager" "wheel" "scanner" "lp" ];
shell = pkgs.zsh; shell = pkgs.zsh;
}; };

View file

@ -57,6 +57,11 @@ in
pavucontrol pavucontrol
keepassxc keepassxc
flameshot flameshot
gnome.simple-scan
lxqt.lxqt-policykit
cifs-utils
samba
unzip
]; ];
fonts.fontconfig.enable = true; fonts.fontconfig.enable = true;