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,
},
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",
desc = "Files",
group = "Label",
action = "Telescope find_files",
key = "f",
},
{ desc = "Quit", action = "q", key = "q" },
{ icon = "", desc = "Quit", action = "q", key = "q" },
},
},
})