nix-config/overlays/default.nix
Donovan Glover a59dbb56e7
chore: Update to latest nixos-unstable release
- cmus patch added to prevent build failure
- fzf patch removed since it's now in nixos-unstable
- visidata will be fixed in https://github.com/NixOS/nixpkgs/pull/264217
2023-10-31 10:55:29 -04:00

9 lines
92 B
Nix

{
imports = [
./alejandra.nix
./cmus.nix
./hyprnome.nix
./zola.nix
];
}