WIP: Switch to NixOS #5

Draft
FunctionalHacker wants to merge 1349 commits from nix into main
Showing only changes of commit b2cd7e23dc - Show all commits

View file

@ -6,16 +6,16 @@ return function()
enable = true, enable = true,
}, },
shortcut = { shortcut = {
{ desc = "Update", group = "@property", action = "Lazy update", key = "u" }, { icon = "🧲 ", desc = "Update", group = "@property", action = "Lazy update", key = "u" },
{ {
icon = " ", icon = "🖹 ",
icon_hl = "@variable", icon_hl = "@variable",
desc = "Files", desc = "Files",
group = "Label", group = "Label",
action = "Telescope find_files", action = "Telescope find_files",
key = "f", key = "f",
}, },
{ desc = "Quit", action = "q", key = "q" }, { icon = "", desc = "Quit", action = "q", key = "q" },
}, },
}, },
}) })