temp and updates
This commit is contained in:
@@ -272,6 +272,7 @@ in
|
||||
aspellDicts.en-computers
|
||||
aspellDicts.en-science
|
||||
borgbackup
|
||||
brscan5
|
||||
clinfo
|
||||
deja-dup
|
||||
direnv
|
||||
@@ -298,8 +299,10 @@ in
|
||||
rclone
|
||||
rclone-browser
|
||||
rsync
|
||||
sane-frontends
|
||||
sbctl
|
||||
smartmontools
|
||||
usbutils
|
||||
udisks2
|
||||
vim
|
||||
vulkan-tools
|
||||
@@ -360,11 +363,21 @@ in
|
||||
"networkmanager"
|
||||
"ratbagd"
|
||||
"input"
|
||||
"scanner"
|
||||
"lp"
|
||||
]; # Enable ‘sudo’ for the user.
|
||||
hashedPasswordFile = passwordFile;
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
|
||||
hardware.sane = {
|
||||
enable = true;
|
||||
brscan5.enable = true;
|
||||
dsseries.enable = false;
|
||||
# backends-package = pkgs.brscan5;
|
||||
extraBackends = [ pkgs.brscan5 ];
|
||||
};
|
||||
|
||||
# This option defines the first version of NixOS you have installed on this particular machine,
|
||||
# and is used to maintain compatibility with application data (e.g. databases) created on older NixOS versions.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user