Merge branch 'main' of github.com:nmarks413/nix-config
This commit is contained in:
commit
ffd73c51ab
1 changed files with 6 additions and 2 deletions
|
@ -46,6 +46,10 @@
|
|||
|
||||
home.packages = with pkgs;
|
||||
[
|
||||
imagemagick
|
||||
lua51Packages.lua
|
||||
lua51Packages.luarocks-nix
|
||||
lemonade
|
||||
armcord
|
||||
calibre
|
||||
pyright
|
||||
|
@ -155,8 +159,8 @@
|
|||
programs.neovim = {
|
||||
viAlias = true;
|
||||
vimAlias = true;
|
||||
extraPackages = with pkgs; [
|
||||
];
|
||||
extraLuaPackages = ps: [ps.magick];
|
||||
extraPackages = [pkgs.imagemagick];
|
||||
};
|
||||
#Link neovim config into nix
|
||||
#xdg.configFile.nvim.source = ./nvim;
|
||||
|
|
Loading…
Reference in a new issue