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;
|
home.packages = with pkgs;
|
||||||
[
|
[
|
||||||
|
imagemagick
|
||||||
|
lua51Packages.lua
|
||||||
|
lua51Packages.luarocks-nix
|
||||||
|
lemonade
|
||||||
armcord
|
armcord
|
||||||
calibre
|
calibre
|
||||||
pyright
|
pyright
|
||||||
|
@ -155,8 +159,8 @@
|
||||||
programs.neovim = {
|
programs.neovim = {
|
||||||
viAlias = true;
|
viAlias = true;
|
||||||
vimAlias = true;
|
vimAlias = true;
|
||||||
extraPackages = with pkgs; [
|
extraLuaPackages = ps: [ps.magick];
|
||||||
];
|
extraPackages = [pkgs.imagemagick];
|
||||||
};
|
};
|
||||||
#Link neovim config into nix
|
#Link neovim config into nix
|
||||||
#xdg.configFile.nvim.source = ./nvim;
|
#xdg.configFile.nvim.source = ./nvim;
|
||||||
|
|
Loading…
Reference in a new issue