refactor!: use inputs directly instead of overlays

This commit is contained in:
Moritz Böhme 2024-01-16 12:37:50 +01:00
parent 6ceddb1f94
commit a3289ee611
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
5 changed files with 7 additions and 17 deletions

View file

@ -1,17 +1,7 @@
{ inputs, lib, ... }:
_:
_: prev:
{
agenix = inputs.agenix.packages.${prev.system}.default;
hyprpaper = inputs.hyprpaper.packages.${prev.system}.default;
rofi-wayland = prev.rofi-wayland.overrideAttrs (_: {
src = inputs.rofi-wayland;
version = lib.my.mkVersionInput inputs.rofi-wayland;
});
timers = inputs.timers.packages.${prev.system}.default;
hyprland = inputs.hyprland.packages.${prev.system}.default;
neovim-nightly = inputs.neovim-nightly-overlay.packages.${prev.system}.default;
xorg = prev.xorg // {
lndir = prev.xorg.lndir.overrideAttrs (_: {
meta.mainProgram = "lndir";