diff options
Diffstat (limited to 'mv/2configs/vim.nix')
-rw-r--r-- | mv/2configs/vim.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mv/2configs/vim.nix b/mv/2configs/vim.nix index a961b6b26..adf1da9db 100644 --- a/mv/2configs/vim.nix +++ b/mv/2configs/vim.nix @@ -1,6 +1,6 @@ -{ lib, pkgs, ... }: +{ config, lib, pkgs, ... }: -with lib; +with config.krebs.lib; let out = { environment.systemPackages = [ |