fix: lixyvim -> marleyos

This commit is contained in:
punkfairie 2024-11-22 17:05:34 -08:00
parent a9c2d08a15
commit 2c33b3e487
Signed by: punkfairie
GPG key ID: 8CEDBFDF5C0D613D
3 changed files with 4 additions and 10 deletions

View file

@ -18,6 +18,7 @@
overlays = with inputs; [
lix.overlays.default
marleyvim.overlays.default
];
systems.modules.darwin = with inputs; [
@ -63,8 +64,8 @@
rose-pine.url = "git+https://codewith.babesonthe.net/punkfairie/rose-pine-nix";
lixyvim = {
url = "git+https://codewith.babesonthe.net/punkfairie/lixyvim";
marleyvim = {
url = "git+https://codewith.babesonthe.net/punkfairie/marleyvim";
inputs.nixpkgs.follows = "nixpkgs";
inputs.unstable.follows = "unstable";
};

View file

@ -14,7 +14,7 @@ in
config = mkIf cfg.enable {
home.packages = with pkgs; [
lixyvim
marleyos.neovim
];
};
}

View file

@ -1,7 +0,0 @@
{
inputs,
...
}:
final: prev: {
lixyvim = inputs.lixyvim.packages.${prev.system}.default;
}