add steam & nvim
This commit is contained in:
parent
3175158f84
commit
601513bc9e
34 changed files with 306 additions and 128 deletions
|
|
@ -1,4 +1,13 @@
|
|||
{ inputs, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs = {
|
||||
neovim = {
|
||||
enable = true;
|
||||
withNodeJs = true;
|
||||
extraLuaPackages = ps: [ ps.magick ];
|
||||
extraPackages = [ pkgs.imagemagick ];
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue