[feat] Fix nvim config
This commit is contained in:
@@ -26,8 +26,9 @@ in {
|
||||
cmake
|
||||
fzf
|
||||
clang
|
||||
# neovim-nightly
|
||||
neovim
|
||||
neovim-nightly
|
||||
nil
|
||||
# neovim
|
||||
(nerdfonts.override { fonts = [ "Hasklig" ]; })
|
||||
mpv
|
||||
] ++ (if device.isLinux then [
|
||||
|
||||
@@ -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