Closed czarkoff closed 3 months ago
What you're trying to use are NixOS options. nix-on-droid isn't NixOS.
Here's the list of available nix-on-droid options: https://nix-community.github.io/nix-on-droid/nix-on-droid-options.html
Here's the list of available home-manager options: https://nix-community.github.io/home-manager/options.xhtml
For neovim, I recommend nixvim module for home-manager or something similar.
Hope that helps.
When I define "programs.*" options in my nix-on-droid.nix,
nix-on-droid build
fails.Eg. I have the following in my config:
Terminal output:
Nix-on-droid version 0.118.0_v0.3.6_nix, juat installed from F-Droid. The output above is from channels-based configuration, but flakes configuration yields the same result. The quoted block was added to the bottom of the default "nix-on-droid.nix" in both cases.