neovim fix dotfiles

This commit is contained in:
afoucaultc 2026-07-05 09:57:48 +02:00
parent 72b6ef5152
commit 7d8592e874
14 changed files with 20 additions and 157 deletions

View file

@ -17,7 +17,10 @@
config.lib.file.mkOutOfStoreSymlink
"${config.home.homeDirectory}/nixos-config/dotfiles/rofi";
xdg.configFile."nvim".source = ../../dotfiles/nvim;
# xdg.configFile."nvim".source = ../../dotfiles/nvim;
xdg.configFile."nvim".source =
config.lib.file.mkOutOfStoreSymlink
"${config.home.homeDirectory}/nixos-config/dotfiles/nvim";
xdg.configFile."hypr".source =
config.lib.file.mkOutOfStoreSymlink

View file

@ -8,6 +8,7 @@
[
# modules partagés
./packages/firefox.nix
./packages/thunderbird.nix
./packages/git.nix
./packages/hyprland.nix
./packages/neovim.nix

View file

@ -1,20 +0,0 @@
{ inputs, pkgs, ... }:
{
imports = [ inputs.lavi.homeManagerModules.lavi ];
lavi = {
neovim.enable = true; # Adds lavi-nvim to programs.neovim.plugins
ghostty.enable = true; # Configures programs.ghostty.themes.lavi
alacritty.enable = true; # Merges colors into programs.alacritty.settings
bat.enable = true; # Installs tmTheme and sets bat theme to Lavi
kitty.enable = true; # Appends to programs.kitty.extraConfig
foot.enable = true; # Merges into programs.foot.settings
btop.enable = true; # Writes theme file and sets color_theme
bottom.enable = true; # Merges styles into programs.bottom.settings
clipse.enable = true; # Merges theme into services.clipse.theme
dank-material-shell.enable = true; # Configures programs.dank-material-shell custom theme
opencode.enable = true; # Configures programs.opencode.themes.lavi
wezterm.enable = true; # Writes theme to wezterm/colors/
zellij.enable = true; # Configures programs.zellij.themes.lavi
};
}

View file

@ -6,6 +6,4 @@
isDefault = true;
};
};
stylix.targets.thunderbird.enable = true;
}