feat: add nix-on-droid to flake
This commit is contained in:
parent
13f0062331
commit
75a52aa5ae
5 changed files with 273 additions and 5 deletions
common/home/neovim
|
@ -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 = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue