1
0
forked from c3d2/nix-config

Enable fzf globally

This commit is contained in:
Sandro - 2022-12-19 00:06:03 +01:00
parent d9f8657f55
commit 98d491d27e
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
2 changed files with 9 additions and 7 deletions

View File

@ -338,11 +338,11 @@
},
"nixos": {
"locked": {
"lastModified": 1671304457,
"narHash": "sha256-QOEsxNTTnbrJSCb9QmotsM7+hLR3K9r4dFZb2YmKULM=",
"lastModified": 1671404630,
"narHash": "sha256-tGRt+0PJUzxogaP2MA1sKkrP+V63pQeH6MCqBfFQai8=",
"owner": "SuperSandro2000",
"repo": "nixpkgs",
"rev": "780115daa6f0eba89f93c4bc8e6882dba662e047",
"rev": "334ace844e2815cd2c532f36f37dd4b8d509b224",
"type": "github"
},
"original": {
@ -808,11 +808,11 @@
]
},
"locked": {
"lastModified": 1671396426,
"narHash": "sha256-j/iFgugSsNeP01p4/ItxBa+3MWx/24qa/qtSuI234dk=",
"lastModified": 1671404133,
"narHash": "sha256-1iwl0bbEJS6gdKjj9Nvz9XuPbVGY2tTbk5VWY+f2TpY=",
"ref": "refs/heads/master",
"rev": "5a3194b23c28c76d7f841afbfe19abdbd95dffb5",
"revCount": 1692,
"rev": "a1f2e2a1d60e395878b9af4a51ef2ce1a4e373b5",
"revCount": 1693,
"type": "git",
"url": "https://gitea.c3d2.de/zentralwerk/network.git"
},

View File

@ -455,6 +455,8 @@ in
};
programs = {
fzf.keybindings = true;
ssh.knownHosts = with builtins;
let
intersectKeys = intersectAttrs {