mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
13 lines
157 B
Nix
13 lines
157 B
Nix
{ lib, ... }:
|
|
|
|
{
|
|
setups.nixvim = {
|
|
configs.fiesta = {
|
|
nixpkgsBranches = [
|
|
"nixos-unstable"
|
|
"nixos-stable"
|
|
];
|
|
};
|
|
};
|
|
}
|