chore: remove neovim
This commit is contained in:
parent
bb0e8d8ff9
commit
8b7ded237d
19 changed files with 0 additions and 598 deletions
|
@ -55,17 +55,6 @@
|
|||
# Allow unfree packages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
# Configure NeoVim
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
|
||||
extraPackages = with pkgs; [
|
||||
lua-language-server
|
||||
stylua
|
||||
];
|
||||
};
|
||||
|
||||
# Configure fish
|
||||
|
||||
# The home.packages option allows you to install Nix packages into your
|
||||
|
@ -117,7 +106,6 @@
|
|||
xwaylandvideobridge
|
||||
|
||||
## Development
|
||||
llvmPackages.clang # Required for neovim treesitter
|
||||
lazygit
|
||||
neofetch
|
||||
vscode-extensions.vadimcn.vscode-lldb
|
||||
|
@ -158,9 +146,6 @@
|
|||
# Configuration for mako, a notification daemon.
|
||||
".config/mako".source = ./programs/mako;
|
||||
|
||||
# Configuration for neovim, my editor.
|
||||
".config/nvim".source = ./programs/nvim;
|
||||
|
||||
## Kvantum's theme configuration.
|
||||
".config/Kvantum/Catppuccin-Frappe-Lavender" = {
|
||||
source = "${pkgs.catppuccin-kvantum.override { accent = "Lavender"; variant = "Frappe"; } }/share/Kvantum/Catppuccin-Frappe-Lavender";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue