mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -06:00
formatting
This commit is contained in:
parent
1996233a7f
commit
98fe8b392f
2 changed files with 3 additions and 4 deletions
|
@ -11,9 +11,8 @@ let
|
|||
overlays = map [
|
||||
"lix-module"
|
||||
"hyprland-contrib"
|
||||
"nixpkgs-wayland" ]
|
||||
overlayFrom
|
||||
;
|
||||
"nixpkgs-wayland"
|
||||
] overlayFrom;
|
||||
};
|
||||
pkgsFrom = pkgsFromSystem system;
|
||||
pkgFrom = pkgFromSystem system;
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
enabled,
|
||||
pkgFrom,
|
||||
pkgsFrom,
|
||||
overlayFrom,
|
||||
overlayFrom,
|
||||
...
|
||||
}:
|
||||
|
||||
|
|
Loading…
Reference in a new issue