try to setup fresh-editor, no result

1

1

1

1

1

12
This commit is contained in:
2026-03-09 11:33:27 +03:00
parent f1a81a6408
commit 3d3baf1780
2 changed files with 5 additions and 2 deletions
+4 -2
View File
@@ -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
+1
View File
@@ -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";