mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 06:00:45 -06:00
linting
This commit is contained in:
parent
b6bbdb51fb
commit
8e9fde6967
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
|
@ -12,9 +12,6 @@ let
|
||||||
mkOizysModule
|
mkOizysModule
|
||||||
enabled
|
enabled
|
||||||
enableAttrs
|
enableAttrs
|
||||||
pkgsFromSystem
|
|
||||||
pkgFromSystem
|
|
||||||
overlayFrom
|
|
||||||
isNixFile
|
isNixFile
|
||||||
flakeFromSystem
|
flakeFromSystem
|
||||||
;
|
;
|
||||||
|
|
Loading…
Reference in a new issue