refactor: get rid of overlays in common
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
a51db7b00f
commit
ef22af1ee9
2 changed files with 6 additions and 9 deletions
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
grim-hyprland,
|
||||
nixpkgs-wayland,
|
||||
...
|
||||
}: [
|
||||
grim-hyprland.overlays.default
|
||||
nixpkgs-wayland.overlay
|
||||
]
|
7
lib.nix
7
lib.nix
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue