misc updates

This commit is contained in:
alejandro-angulo 2024-11-16 16:27:29 -08:00
parent 68028745ba
commit ea430b0b81
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
5 changed files with 93 additions and 55 deletions

View file

@ -1,4 +1,4 @@
{pkgs, ...}: {
{...}: {
# Import all your configuration modules here
# imports = [./bufferline.nix];
imports = [
@ -64,6 +64,6 @@
tmux-navigator.enable = true;
fugitive.enable = true;
comment.enable = true;
rustaceanvim.enable = true;
fidget.enable = true;
};
}