Compare commits

...

6 Commits

3 changed files with 4 additions and 1 deletions

View File

@@ -22,5 +22,6 @@
plugins.telescope.enable = true; plugins.telescope.enable = true;
plugins.web-devicons.enable = true; plugins.web-devicons.enable = true;
plugins.indent-blankline.enable = true; plugins.indent-blankline.enable = true;
extraPlugins = [ pkgs.vimPlugins.plenary-nvim ];
}; };
} }

View File

@@ -4,6 +4,7 @@
# user packages # user packages
home.packages = with pkgs; [ home.packages = with pkgs; [
discord discord
teamspeak6-client
fastfetch fastfetch
keepassxc keepassxc
devenv devenv

View File

@@ -42,6 +42,7 @@
zstd zstd
]; ];
# browser # browsers
programs.firefox.enable = true; programs.firefox.enable = true;
programs.chromium.enable = true;
} }