add fzf

closes #4
This commit is contained in:
James Walker 2022-08-09 23:02:41 -04:00
parent 9c94f13ffb
commit 4534a5e1f6
Signed by: walkah
GPG Key ID: 3C127179D6086E93
2 changed files with 15 additions and 9 deletions

View File

@ -2,11 +2,11 @@
"nodes": { "nodes": {
"flake-utils": { "flake-utils": {
"locked": { "locked": {
"lastModified": 1656928814, "lastModified": 1659877975,
"narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=", "narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=",
"owner": "numtide", "owner": "numtide",
"repo": "flake-utils", "repo": "flake-utils",
"rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249", "rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -23,11 +23,11 @@
"utils": "utils" "utils": "utils"
}, },
"locked": { "locked": {
"lastModified": 1657176901, "lastModified": 1659978484,
"narHash": "sha256-aTE0EWqCqXPKYgrNCxblmPmBAx1csMhypVqxO/2P4dg=", "narHash": "sha256-VkErPc8pXcuFQG7jkkaUOEMORe81oweRNlAYZJ2+aRI=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "12cfcc1b9dc9a8a7a0b4cf538841b85af5c4cd98", "rev": "c1addfdad3825f75a66f8d73ec7d2f68c78ba6f8",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -38,11 +38,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1657177452, "lastModified": 1660017629,
"narHash": "sha256-CojBqno3Zbw9/788+kCjRXXornpc4jJGC6RYvTYdVkg=", "narHash": "sha256-Koz6/k7c6hx4qVz/bboxdR2QsBdkxjRWpNmsOWJtXZE=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "5cbfadba693e0453f3a4090e83fbf845e18d184b", "rev": "9f15d6c3a74d2778c6e1af67947c95f100dc6fd2",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -103,6 +103,12 @@
}; };
}; };
bat.enable = true;
fzf = {
enable = true;
fileWidgetOptions = [ "--preview 'bat --color always {}'" ];
};
git = { git = {
enable = true; enable = true;
userName = "James Walker"; userName = "James Walker";