refactor: get rid of overlays in common
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-06-08 23:50:13 -04:00
parent a51db7b00f
commit ef22af1ee9
2 changed files with 6 additions and 9 deletions

View file

@ -1,8 +0,0 @@
{
grim-hyprland,
nixpkgs-wayland,
...
}: [
grim-hyprland.overlays.default
nixpkgs-wayland.overlay
]

View file

@ -1,7 +1,9 @@
{
grim-hyprland,
home-manager,
nix-on-droid,
nixpkgs,
nixpkgs-wayland,
...
} @ inputs: rec {
# Import pkgs from a nixpkgs
@ -9,7 +11,10 @@
import input {
inherit system;
config.allowUnfree = true;
overlays = import ./common/overlays inputs;
overlays = [
grim-hyprland.overlays.default
nixpkgs-wayland.overlays.default
];
};
# Function that makes the attrs that make up the specialArgs