804 current 2024-07-03 17:25:59 24.11.20240703.88f3dab 6.9.7-zen1 *

This commit is contained in:
zackartz 2024-07-03 17:26:04 -04:00
parent 4e32f88dcb
commit 65a9d21bf1
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
3 changed files with 1 additions and 17 deletions

View file

@ -50,7 +50,7 @@
catppuccin.enable = true;
catppuccin.flavor = "macchiato";
catppuccin.accent = "rosewater";
catppuccin.accent = "pink";
home.packages = [
pkgs.gimp

View file

@ -1,10 +0,0 @@
return {
{
"rest-nvim/rest.nvim",
ft = "http",
config = function()
require("rest-nvim").setup()
end,
},
}

View file

@ -77,12 +77,6 @@ in {
lazy-nix-helper-nvim
lazy-nvim
];
extraLuaPackages = ps: [
ps.lua-curl
ps.nvim-nio
ps.xml2lua
ps.mimetypes
];
extraLuaConfig = ''
local plugins = {
${pluginList config.programs.neovim.plugins}