mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-15 14:40:09 +03:00
some fix
This commit is contained in:
@@ -53,7 +53,9 @@ in
|
||||
wget
|
||||
tree
|
||||
dust
|
||||
flow-control
|
||||
tuckr
|
||||
fresh-editor
|
||||
#flow-control
|
||||
|
||||
# Net Diagnostic
|
||||
mtr
|
||||
@@ -86,24 +88,19 @@ in
|
||||
|
||||
# To save
|
||||
tuios
|
||||
|
||||
# Test
|
||||
bluetui
|
||||
jocalsend
|
||||
lazydocker
|
||||
dtop
|
||||
tlrc
|
||||
lazyssh
|
||||
mcat
|
||||
framework-tool-tui
|
||||
bluetui
|
||||
snitch
|
||||
devenv
|
||||
whosthere
|
||||
devenv
|
||||
|
||||
# tree-sitter
|
||||
tree-sitter-grammars.tree-sitter-nix
|
||||
fresh-editor
|
||||
tuckr
|
||||
# Test
|
||||
# lazydocker
|
||||
# dtop
|
||||
# framework-tool-tui
|
||||
];
|
||||
};
|
||||
environment.variables.EDITOR = "fresh";
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
connect-timeout = 4;
|
||||
auto-optimise-store = true;
|
||||
fallback = true;
|
||||
allow-import-from-derivation = false;
|
||||
allow-import-from-derivation = true;
|
||||
keep-derivations = false;
|
||||
keep-outputs = false;
|
||||
experimental-features = [
|
||||
|
||||
Reference in New Issue
Block a user