From 07dbd4c0dd15718a2a0b4457de7a10f9db0b342f Mon Sep 17 00:00:00 2001 From: Matthieu Coudron Date: Wed, 15 Jun 2022 23:44:52 +0200 Subject: [PATCH] pywal: fixed i3 config (#3002) module was never imported and thus useless. This adds a neovim plugin too. --- modules/modules.nix | 1 + modules/programs/pywal.nix | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/modules/modules.nix b/modules/modules.nix index 99b1b756a..7789be99b 100644 --- a/modules/modules.nix +++ b/modules/modules.nix @@ -165,6 +165,7 @@ let ./programs/vim.nix ./programs/vscode.nix ./programs/vscode/haskell.nix + ./programs/pywal.nix ./programs/watson.nix ./programs/waybar.nix ./programs/xmobar.nix diff --git a/modules/programs/pywal.nix b/modules/programs/pywal.nix index 3f95ebfac..b32f087c3 100644 --- a/modules/programs/pywal.nix +++ b/modules/programs/pywal.nix @@ -25,6 +25,11 @@ in { programs.rofi.theme."@import" = "${config.xdg.cacheHome}/wal/colors-rofi-dark.rasi"; + programs.neovim.plugins = [{ + plugin = pkgs.vimPlugins.pywal-nvim; + type = "lua"; + }]; + # wal generates and that's the one we should load from /home/teto/.cache/wal/colors.Xresources ~/.Xresources xsession.windowManager.i3 = { extraConfig = ''