temp and updates

This commit is contained in:
mjallen18
2024-11-27 09:53:18 -06:00
parent f5e6943e9d
commit b7c85a7a56
16 changed files with 179 additions and 71 deletions

View File

@@ -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.
#