feat: add nix-on-droid to flake

This commit is contained in:
matt1432 2023-12-08 14:59:44 -05:00
parent 13f0062331
commit 75a52aa5ae
5 changed files with 273 additions and 5 deletions
common/home/neovim

View file

@ -13,11 +13,13 @@ with lib; let
nvim-treesitter-hypr = tree-sitter-hypr-flake.packages.${pkgs.system}.default;
coc-stylelintplus = coc-stylelintplus-flake.packages.${pkgs.system}.default;
in {
home.packages = optionalAttrs nvimIde (with pkgs; [
gradle
gradle-completion # FIXME: not working
alejandra
]);
home = optionalAttrs nvimIde {
packages = with pkgs; [
gradle
gradle-completion # FIXME: not working
alejandra
];
};
xdg.dataFile = optionalAttrs nvimIde {
".gradle/gradle.properties".text = ''