mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-06 21:16:35 +05:30
update nvim
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
{ inputs, pkgs, ... }: {
|
||||
|
||||
xdg.configFile = {
|
||||
xdg.configFile."nvim" = {
|
||||
source = "${pkgs.nvchad}";
|
||||
};
|
||||
|
||||
@ -21,11 +21,15 @@
|
||||
packages = with pkgs; [
|
||||
gcc
|
||||
neovide
|
||||
|
||||
# nix
|
||||
statix # Lints and suggestions for the nix programming language
|
||||
deadnix # Find and remove unused code in .nix source files
|
||||
alejandra # Nix Code Formatter
|
||||
|
||||
# lua
|
||||
luarocks
|
||||
|
||||
gdu
|
||||
ripgrep
|
||||
];
|
||||
|
Reference in New Issue
Block a user