pywal: fixed i3 config (#3002)
module was never imported and thus useless. This adds a neovim plugin too.
This commit is contained in:
parent
87d30c1648
commit
07dbd4c0dd
|
@ -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
|
||||
|
|
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue