nix-config/overlays/default.nix
Donovan Glover 6e23ae9c4c
chore: Update to latest nixos-unstable release
- Removed old hyprlang/hyprlock overlays that are now in nixos-unstable
- Replaced pnpm-shell-completion with the one upstream
- Changed old GPG option to new one
2024-03-17 00:20:04 -04:00

12 lines
147 B
Nix

{
imports = [
./alejandra.nix
./base16-schemes.nix
./eza.nix
./hyprland.nix
./kitty.nix
./srb2.nix
./zola.nix
];
}