hosts: desktop: add freecad and gnvim

This commit is contained in:
2024-01-06 11:19:07 +01:00
parent fb04e18343
commit ec7c4cc55b
2 changed files with 7 additions and 1 deletions

View File

@@ -5,6 +5,11 @@
{ pkgs, ... }:
{
home = {
packages = [ pkgs.gnvim ];
};
programs = {
neovim = {
enable = true;