malSet has quit [Read error: Connection reset by peer]
malSet has joined #home-manager
enick_707 has joined #home-manager
maier has joined #home-manager
cole-h has quit [Quit: Goodbye]
kalbasit has quit [Ping timeout: 240 seconds]
__monty__ has joined #home-manager
asymptotically has joined #home-manager
freeman42x[m] has quit [Remote host closed the connection]
<kraem>
👋 i'm trying to migrate to home-manager atm and am starting out by configuring nvim with it. what i'd like is to have my dotfiles in a separate repo so they're more portable. i created a new init.vim as a hello-world with only `colorscheme` set. my configuration.nix has `neovim.extraConfig = (builtins.readfile /path/to/init.vim)` && ``plugins = with pkgs.vimPlugins; [ onedark-vim ]`.
<kraem>
everything builds fine but it can't find the colorschemes functions: https://bpa.st/VRXQ - what am i missing? thanks!