804 current 2024-07-03 17:25:59 24.11.20240703.88f3dab 6.9.7-zen1 *
This commit is contained in:
parent
4e32f88dcb
commit
65a9d21bf1
3 changed files with 1 additions and 17 deletions
|
|
@ -50,7 +50,7 @@
|
||||||
|
|
||||||
catppuccin.enable = true;
|
catppuccin.enable = true;
|
||||||
catppuccin.flavor = "macchiato";
|
catppuccin.flavor = "macchiato";
|
||||||
catppuccin.accent = "rosewater";
|
catppuccin.accent = "pink";
|
||||||
|
|
||||||
home.packages = [
|
home.packages = [
|
||||||
pkgs.gimp
|
pkgs.gimp
|
||||||
|
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
||||||
return {
|
|
||||||
{
|
|
||||||
"rest-nvim/rest.nvim",
|
|
||||||
ft = "http",
|
|
||||||
config = function()
|
|
||||||
|
|
||||||
require("rest-nvim").setup()
|
|
||||||
end,
|
|
||||||
},
|
|
||||||
}
|
|
||||||
|
|
@ -77,12 +77,6 @@ in {
|
||||||
lazy-nix-helper-nvim
|
lazy-nix-helper-nvim
|
||||||
lazy-nvim
|
lazy-nvim
|
||||||
];
|
];
|
||||||
extraLuaPackages = ps: [
|
|
||||||
ps.lua-curl
|
|
||||||
ps.nvim-nio
|
|
||||||
ps.xml2lua
|
|
||||||
ps.mimetypes
|
|
||||||
];
|
|
||||||
extraLuaConfig = ''
|
extraLuaConfig = ''
|
||||||
local plugins = {
|
local plugins = {
|
||||||
${pluginList config.programs.neovim.plugins}
|
${pluginList config.programs.neovim.plugins}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue