nixos-configs/common/overlays/default.nix

19 lines
238 B
Nix
Raw Normal View History

{
neovim-flake,
nixpkgs-wayland,
...
}: {
2023-10-18 17:39:14 -04:00
imports = [
./dracula-theme
./regreet
2023-10-18 17:39:14 -04:00
];
2023-06-19 19:27:38 -04:00
nixpkgs.overlays = [
(import ./spotifywm)
(import ./squeekboard)
2023-11-19 14:39:10 -05:00
neovim-flake.overlay
nixpkgs-wayland.overlay
2023-06-19 19:27:38 -04:00
];
}