mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
try to setup fresh-editor, no result
1 1 1 1 1 12
This commit is contained in:
@@ -86,7 +86,6 @@ in
|
|||||||
|
|
||||||
# To save
|
# To save
|
||||||
tuios
|
tuios
|
||||||
fresh-editor
|
|
||||||
|
|
||||||
# Test
|
# Test
|
||||||
jocalsend
|
jocalsend
|
||||||
@@ -100,6 +99,10 @@ in
|
|||||||
snitch
|
snitch
|
||||||
devenv
|
devenv
|
||||||
whosthere
|
whosthere
|
||||||
|
|
||||||
|
# tree-sitter
|
||||||
|
tree-sitter-grammars.tree-sitter-nix
|
||||||
|
fresh-editor
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
environment.variables.EDITOR = "fresh";
|
environment.variables.EDITOR = "fresh";
|
||||||
@@ -118,7 +121,6 @@ in
|
|||||||
enable = false;
|
enable = false;
|
||||||
plugins = {
|
plugins = {
|
||||||
inherit (pkgs.yaziPlugins)
|
inherit (pkgs.yaziPlugins)
|
||||||
gitui
|
|
||||||
git
|
git
|
||||||
sudo
|
sudo
|
||||||
ouch
|
ouch
|
||||||
|
|||||||
@@ -39,6 +39,7 @@
|
|||||||
gp = "git pull";
|
gp = "git pull";
|
||||||
ns = "nh os switch";
|
ns = "nh os switch";
|
||||||
gp-ns = "gp && ns";
|
gp-ns = "gp && ns";
|
||||||
|
gc = "git add . && git commit -m 'dev: автокоммит $(date +'%Y-%m-%d %H:%M:%S')'";
|
||||||
y = "yazi";
|
y = "yazi";
|
||||||
nix-shellp = "nix-shell --run $SHELL -p";
|
nix-shellp = "nix-shell --run $SHELL -p";
|
||||||
z-proxy = "export ALL_PROXY=socks5://localhost:10808";
|
z-proxy = "export ALL_PROXY=socks5://localhost:10808";
|
||||||
|
|||||||
Reference in New Issue
Block a user