mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-23 08:45:09 +01:00
a59dbb56e7
- 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
9 lines
92 B
Nix
9 lines
92 B
Nix
{
|
|
imports = [
|
|
./alejandra.nix
|
|
./cmus.nix
|
|
./hyprnome.nix
|
|
./zola.nix
|
|
];
|
|
}
|