parent
3ef10bd568
commit
a7956d6185
4 changed files with 20 additions and 21 deletions
devices/android
|
@ -1,7 +1,5 @@
|
|||
{
|
||||
home-manager,
|
||||
neovim-flake,
|
||||
nix-on-droid,
|
||||
nixpkgs,
|
||||
...
|
||||
} @ inputs: {
|
||||
|
@ -9,11 +7,7 @@
|
|||
home-manager-path = home-manager.outPath;
|
||||
pkgs = import nixpkgs {
|
||||
system = "aarch64-linux";
|
||||
overlays = [
|
||||
nix-on-droid.overlays.default
|
||||
neovim-flake.overlay
|
||||
(import ../../common/overlays/dracula-theme inputs)
|
||||
];
|
||||
overlays = import ../../common/overlays inputs;
|
||||
};
|
||||
|
||||
modules = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue