hosts: desktop: add freecad and gnvim
This commit is contained in:
@@ -5,6 +5,11 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
home = {
|
||||
packages = [ pkgs.gnvim ];
|
||||
};
|
||||
|
||||
programs = {
|
||||
neovim = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user