minor programs
This commit is contained in:
parent
0f15f8ae9b
commit
72b7b80412
2 changed files with 9 additions and 1 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
5
home.nix
5
home.nix
|
|
@ -57,6 +57,11 @@ in
|
|||
pavucontrol
|
||||
keepassxc
|
||||
flameshot
|
||||
gnome.simple-scan
|
||||
lxqt.lxqt-policykit
|
||||
cifs-utils
|
||||
samba
|
||||
unzip
|
||||
];
|
||||
|
||||
fonts.fontconfig.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue