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
|
# 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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
5
home.nix
5
home.nix
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue