mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
9 lines
149 B
Nix
9 lines
149 B
Nix
{ pkgs, ... }: {
|
|
home.packages = with pkgs; [ ctags ];
|
|
|
|
programs.nixvim.plugins = {
|
|
trouble.enable = true;
|
|
lazygit.enable = true;
|
|
};
|
|
}
|