fix: lixyvim -> marleyos
This commit is contained in:
parent
a9c2d08a15
commit
2c33b3e487
3 changed files with 4 additions and 10 deletions
|
@ -18,6 +18,7 @@
|
||||||
|
|
||||||
overlays = with inputs; [
|
overlays = with inputs; [
|
||||||
lix.overlays.default
|
lix.overlays.default
|
||||||
|
marleyvim.overlays.default
|
||||||
];
|
];
|
||||||
|
|
||||||
systems.modules.darwin = with inputs; [
|
systems.modules.darwin = with inputs; [
|
||||||
|
@ -63,8 +64,8 @@
|
||||||
|
|
||||||
rose-pine.url = "git+https://codewith.babesonthe.net/punkfairie/rose-pine-nix";
|
rose-pine.url = "git+https://codewith.babesonthe.net/punkfairie/rose-pine-nix";
|
||||||
|
|
||||||
lixyvim = {
|
marleyvim = {
|
||||||
url = "git+https://codewith.babesonthe.net/punkfairie/lixyvim";
|
url = "git+https://codewith.babesonthe.net/punkfairie/marleyvim";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
inputs.unstable.follows = "unstable";
|
inputs.unstable.follows = "unstable";
|
||||||
};
|
};
|
||||||
|
|
|
@ -14,7 +14,7 @@ in
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
lixyvim
|
marleyos.neovim
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
{
|
|
||||||
inputs,
|
|
||||||
...
|
|
||||||
}:
|
|
||||||
final: prev: {
|
|
||||||
lixyvim = inputs.lixyvim.packages.${prev.system}.default;
|
|
||||||
}
|
|
Loading…
Reference in a new issue