fix: marleyos -> marleyvim
This commit is contained in:
parent
c49b139136
commit
b5cdf34cad
4 changed files with 4 additions and 4 deletions
|
@ -8,7 +8,7 @@
|
|||
src = ./.;
|
||||
|
||||
snowfall = {
|
||||
namespace = "marleyos";
|
||||
namespace = "marleyvim";
|
||||
};
|
||||
|
||||
# channels-config.allowUnfree = true;
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
helpers,
|
||||
...
|
||||
}: let
|
||||
inherit (lib.marleyos) mapListToAttrs autocmds;
|
||||
inherit (lib.marleyvim) mapListToAttrs autocmds;
|
||||
inherit (helpers) mkRaw;
|
||||
in {
|
||||
autoGroups =
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
toLower
|
||||
;
|
||||
|
||||
inherit (lib.marleyos) keys;
|
||||
inherit (lib.marleyvim) keys;
|
||||
inherit (helpers) mkRaw;
|
||||
in {
|
||||
globals = {
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
...
|
||||
}: let
|
||||
inherit (helpers) mkRaw;
|
||||
inherit (lib.marleyos) keys;
|
||||
inherit (lib.marleyvim) keys;
|
||||
in {
|
||||
extraPackages = [pkgs.lazygit];
|
||||
|
||||
|
|
Loading…
Reference in a new issue