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": { "nixpkgs-master": {
"locked": { "locked": {
"lastModified": 1767606563, "lastModified": 1768044162,
"narHash": "sha256-koWZ6jiUwBXRZqqCNbEBD+bpimD+Xiwtv0jY3GadkCw=", "narHash": "sha256-F02+jfasjo1RlPd9y/FfScpQfmv7ZDsyvNjKXhKRaXA=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "30611375e8146a84b89c47ce56e947582bb13c60", "rev": "5980debfbeb842c193d21bbec4ec42b3b80a6861",
"type": "github" "type": "github"
}, },
"original": { "original": {
+14 -2
View File
@@ -4,6 +4,11 @@
inputs, inputs,
... ...
}: }:
let
master = import inputs.nixpkgs-master {
system = "x86_64-linux";
};
in
{ {
environment = { environment = {
systemPackages = with pkgs; [ systemPackages = with pkgs; [
@@ -48,7 +53,7 @@
wget wget
tree tree
dust dust
flow-control master.flow-control
# Net Diagnostic # Net Diagnostic
mtr mtr
@@ -77,6 +82,7 @@
openssl openssl
]; ];
}; };
environment.variables.EDITOR = "flow";
programs = { programs = {
nixvim = { nixvim = {
enable = false; enable = false;
@@ -117,11 +123,17 @@
}; };
settings = { settings = {
yazi = { yazi = {
ratio = [ mgr.ratio = [
1 1
1 1
4 4
]; ];
# opener.edit = [
# {
# run = "flow %s";
# block = true;
# }
# ];
}; };
keymap = { keymap = {
mgr.prepend_keymap = [ mgr.prepend_keymap = [