nixos-configs/common/overlays/default.nix
matt1432 f8442fc37e
All checks were successful
Discord / discord commits (push) Has been skipped
fix(plymouth): revert latest version bump
2023-12-27 08:51:14 -05:00

16 lines
237 B
Nix

{
neovim-flake,
nixpkgs-wayland,
...
}: {
nixpkgs.overlays = [
(import ./dracula-theme)
(import ./plymouth)
(import ./spotifywm)
(import ./squeekboard)
neovim-flake.overlay
nixpkgs-wayland.overlay
];
}