This commit is contained in:
Daylin Morgan 2024-08-07 12:52:58 -05:00
parent b6bbdb51fb
commit 8e9fde6967
Signed by: daylin
GPG key ID: 950D13E9719334AD
2 changed files with 4 additions and 4 deletions

View file

@ -10,7 +10,10 @@
hardware.sane = enabled // { hardware.sane = enabled // {
extraBackends = [ pkgs.hplipWithPlugin ]; extraBackends = [ pkgs.hplipWithPlugin ];
}; };
users.users.daylin.extraGroups = ["scanner" "lp"]; users.users.daylin.extraGroups = [
"scanner"
"lp"
];
# https://github.com/NixOS/nixos-hardware/blob/c478b3d56969006e015e55aaece4931f3600c1b2/lenovo/thinkpad/x1/9th-gen/default.nix # https://github.com/NixOS/nixos-hardware/blob/c478b3d56969006e015e55aaece4931f3600c1b2/lenovo/thinkpad/x1/9th-gen/default.nix
# https://github.com/NixOS/nixos-hardware/blob/c478b3d56969006e015e55aaece4931f3600c1b2/common/pc/ssd/default.nix # https://github.com/NixOS/nixos-hardware/blob/c478b3d56969006e015e55aaece4931f3600c1b2/common/pc/ssd/default.nix

View file

@ -12,9 +12,6 @@ let
mkOizysModule mkOizysModule
enabled enabled
enableAttrs enableAttrs
pkgsFromSystem
pkgFromSystem
overlayFrom
isNixFile isNixFile
flakeFromSystem flakeFromSystem
; ;