1
Fork 0

Move neovim dotfiles

This commit is contained in:
Matei Adriel 2023-12-02 00:59:18 +01:00
parent bfc89aff7f
commit a5eae4da13
No known key found for this signature in database
78 changed files with 3 additions and 5 deletions

View file

@ -5,6 +5,7 @@ pkgs.mkShell {
ghc
hpack
stack
fourmolu # Formatter
cabal-install
haskell-language-server
haskellPackages.implicit-hie # Automatically generate hie.yaml!

View file

@ -78,7 +78,7 @@ let
# {{{ extraRuntime
extraRuntime = env: [
# Snippets
(config.satellite.dev.path "dotfiles/vscode-snippets")
(config.satellite.dev.path "home/features/neovim/snippets")
# Base16 theme
(pkgs.writeTextDir
@ -136,13 +136,10 @@ let
in
{
# {{{ Basic config
# Do not manage neovim via the default home manager module
programs.neovim.enable = false;
# We still want other modules to know that we are using neovim!
satellite.toggles.neovim.enable = true;
xdg.configFile.nvim.source = config.satellite.dev.path "dotfiles/neovim";
xdg.configFile.nvim.source = config.satellite.dev.path "home/features/neovim/config";
home.sessionVariables.EDITOR = "nvim";
home.packages = [