nixos-configs/common/overlays/default.nix
matt1432 684b8a5c9e
All checks were successful
Discord / discord commits (push) Has been skipped
chore: update flake.lock
2024-05-19 14:02:08 -04:00

13 lines
197 B
Nix

{
grim-hyprland,
neovim-nightly,
nixpkgs-wayland,
...
} @ inputs: [
(import ./dracula-theme inputs)
grim-hyprland.overlays.default
neovim-nightly.overlay
nixpkgs-wayland.overlay
]