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 = ./.; src = ./.;
snowfall = { snowfall = {
namespace = "marleyos"; namespace = "marleyvim";
}; };
# channels-config.allowUnfree = true; # channels-config.allowUnfree = true;

View file

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

View file

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

View file

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