nixos/home/gui/neovide.nix

5 lines
61 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [ neovide ];
}