This commit is contained in:
2026-01-10 14:38:30 +03:00
parent c5a46606a5
commit abf5c682a0
2 changed files with 17 additions and 5 deletions
Generated
+3 -3
View File
@@ -259,11 +259,11 @@
},
"nixpkgs-master": {
"locked": {
"lastModified": 1767606563,
"narHash": "sha256-koWZ6jiUwBXRZqqCNbEBD+bpimD+Xiwtv0jY3GadkCw=",
"lastModified": 1768044162,
"narHash": "sha256-F02+jfasjo1RlPd9y/FfScpQfmv7ZDsyvNjKXhKRaXA=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "30611375e8146a84b89c47ce56e947582bb13c60",
"rev": "5980debfbeb842c193d21bbec4ec42b3b80a6861",
"type": "github"
},
"original": {
+14 -2
View File
@@ -4,6 +4,11 @@
inputs,
...
}:
let
master = import inputs.nixpkgs-master {
system = "x86_64-linux";
};
in
{
environment = {
systemPackages = with pkgs; [
@@ -48,7 +53,7 @@
wget
tree
dust
flow-control
master.flow-control
# Net Diagnostic
mtr
@@ -77,6 +82,7 @@
openssl
];
};
environment.variables.EDITOR = "flow";
programs = {
nixvim = {
enable = false;
@@ -117,11 +123,17 @@
};
settings = {
yazi = {
ratio = [
mgr.ratio = [
1
1
4
];
# opener.edit = [
# {
# run = "flow %s";
# block = true;
# }
# ];
};
keymap = {
mgr.prepend_keymap = [