neovim tinkering

This commit is contained in:
Bryan Ramos 2023-06-11 02:33:10 -04:00
parent 5551b085c0
commit 8b5b763920
17 changed files with 36 additions and 346 deletions

View file

@ -8,7 +8,12 @@ in
{ options.modules.utils = { enable = mkEnableOption "utils"; };
config = mkIf cfg.enable {
services.syncthing.enable = true;
# services.syncthing = {
# enable = true;
# extraOptions = [
# "--gui-adddress:8384"
# ];
# };
home.packages = with pkgs; [
wget curl tree neofetch