From 3d3baf1780a68c157521fccbf260c7aad1591426 Mon Sep 17 00:00:00 2001 From: oqyude Date: Mon, 9 Mar 2026 11:33:27 +0300 Subject: [PATCH] try to setup fresh-editor, no result 1 1 1 1 1 12 --- modules/essentials/packages.nix | 6 ++++-- modules/essentials/shell.nix | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/modules/essentials/packages.nix b/modules/essentials/packages.nix index 2745416..fa40178 100644 --- a/modules/essentials/packages.nix +++ b/modules/essentials/packages.nix @@ -86,7 +86,6 @@ in # To save tuios - fresh-editor # Test jocalsend @@ -100,6 +99,10 @@ in snitch devenv whosthere + + # tree-sitter + tree-sitter-grammars.tree-sitter-nix + fresh-editor ]; }; environment.variables.EDITOR = "fresh"; @@ -118,7 +121,6 @@ in enable = false; plugins = { inherit (pkgs.yaziPlugins) - gitui git sudo ouch diff --git a/modules/essentials/shell.nix b/modules/essentials/shell.nix index 1c53217..fa5025f 100644 --- a/modules/essentials/shell.nix +++ b/modules/essentials/shell.nix @@ -39,6 +39,7 @@ gp = "git pull"; ns = "nh os switch"; gp-ns = "gp && ns"; + gc = "git add . && git commit -m 'dev: автокоммит $(date +'%Y-%m-%d %H:%M:%S')'"; y = "yazi"; nix-shellp = "nix-shell --run $SHELL -p"; z-proxy = "export ALL_PROXY=socks5://localhost:10808";