fix: marleyos -> marleyvim

This commit is contained in:
punkfairie 2024-11-25 20:33:41 -08:00
parent c49b139136
commit b5cdf34cad
Signed by: punkfairie
GPG key ID: A509E8F77FB9D696
4 changed files with 4 additions and 4 deletions

View file

@ -8,7 +8,7 @@
src = ./.;
snowfall = {
namespace = "marleyos";
namespace = "marleyvim";
};
# channels-config.allowUnfree = true;

View file

@ -3,7 +3,7 @@
helpers,
...
}: let
inherit (lib.marleyos) mapListToAttrs autocmds;
inherit (lib.marleyvim) mapListToAttrs autocmds;
inherit (helpers) mkRaw;
in {
autoGroups =

View file

@ -13,7 +13,7 @@
toLower
;
inherit (lib.marleyos) keys;
inherit (lib.marleyvim) keys;
inherit (helpers) mkRaw;
in {
globals = {

View file

@ -5,7 +5,7 @@
...
}: let
inherit (helpers) mkRaw;
inherit (lib.marleyos) keys;
inherit (lib.marleyvim) keys;
in {
extraPackages = [pkgs.lazygit];