Compare commits

..

No commits in common. "63cfb1c741eed5bd48803e5e9c3bc0f56d626383" and "0f1aafc6494d53aeb1eb9ac124fcab58223d379c" have entirely different histories.

4 changed files with 3 additions and 22 deletions

View file

@ -1,9 +1,8 @@
{ pkgs-unstable, ... }:
{ ... }:
{
programs.nixvim = {
enable = true;
package = pkgs-unstable.neovim-unwrapped;
defaultEditor = true;
};
@ -14,7 +13,6 @@
./navic.nix
./neotree.nix
./toggleterm.nix
./yazi.nix
];
}

View file

@ -1,11 +0,0 @@
{ pkgs-unstable, ... }:
{
programs.nixvim.plugins = {
yazi = {
enable = true;
package = pkgs-unstable.vimPlugins.yazi-nvim;
};
};
}

View file

@ -1,4 +1,4 @@
{ pkgs-unstable, ... }:
{ ... }:
{
@ -6,10 +6,7 @@
services.avizo.enable = true;
programs.bat.enable = true;
programs.btop.enable = true;
programs.yazi = {
enable = true;
package = pkgs-unstable.yazi;
};
programs.yazi.enable = true;
programs.nushell.enable = true;
};
}

View file

@ -9,9 +9,6 @@
ipc = "off";
preload = "/home/willifan/.config/hypr/Oneshot.png";
wallpaper = ", /home/willifan/.config/hypr/Oneshot.png";
};
};
};