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 ghc
hpack hpack
stack stack
fourmolu # Formatter
cabal-install cabal-install
haskell-language-server haskell-language-server
haskellPackages.implicit-hie # Automatically generate hie.yaml! haskellPackages.implicit-hie # Automatically generate hie.yaml!

View file

@ -78,7 +78,7 @@ let
# {{{ extraRuntime # {{{ extraRuntime
extraRuntime = env: [ extraRuntime = env: [
# Snippets # Snippets
(config.satellite.dev.path "dotfiles/vscode-snippets") (config.satellite.dev.path "home/features/neovim/snippets")
# Base16 theme # Base16 theme
(pkgs.writeTextDir (pkgs.writeTextDir
@ -136,13 +136,10 @@ let
in in
{ {
# {{{ Basic config # {{{ 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! # We still want other modules to know that we are using neovim!
satellite.toggles.neovim.enable = true; 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.sessionVariables.EDITOR = "nvim";
home.packages = [ home.packages = [