[feat] Fix nvim config

This commit is contained in:
uttarayan21
2024-02-20 02:50:09 +05:30
parent 67726f3120
commit 9983668d75
9 changed files with 26 additions and 152 deletions

View File

@@ -62,6 +62,10 @@
engines: [
Google,
DuckDuckGo,
Custom (
name: "GitHub",
url: "github.com/search?q={}"
),
Custom (
name: "Nix Packages",
url: "search.nixos.org/packages?query={}"

View File

@@ -5,5 +5,6 @@
../linux/gtk.nix
../linux/anyrun.nix
../linux/ironbar.nix
../linux/foot.nix
];
}

View File

@@ -1,5 +1,5 @@
{ pkgs, ... }: {
foot = {
programs.foot = {
enable = pkgs.stdenv.isLinux;
server.enable = true;
settings = {