[feat] Fix nvim config
This commit is contained in:
@@ -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={}"
|
||||
|
||||
@@ -5,5 +5,6 @@
|
||||
../linux/gtk.nix
|
||||
../linux/anyrun.nix
|
||||
../linux/ironbar.nix
|
||||
../linux/foot.nix
|
||||
];
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{ pkgs, ... }: {
|
||||
foot = {
|
||||
programs.foot = {
|
||||
enable = pkgs.stdenv.isLinux;
|
||||
server.enable = true;
|
||||
settings = {
|
||||
|
||||
Reference in New Issue
Block a user