Compare commits

..

6 Commits

3 changed files with 4 additions and 1 deletions

View File

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

View File

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

View File

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