Untested nix-on-droid config

This commit is contained in:
Emmet
2024-06-23 20:26:21 -05:00
parent 657762f491
commit 5439286f0d
3 changed files with 118 additions and 0 deletions

View File

@@ -152,6 +152,11 @@
};
};
};
nixOnDroidConfigurations = {
default = nix-on-droid.lib.nixOnDroidConfiguration {
modules = [ ./nix-on-droid.nix ];
};
};
packages = forAllSystems (system:
let pkgs = nixpkgsFor.${system};
@@ -188,6 +193,12 @@
home-manager-stable.url = "github:nix-community/home-manager/release-23.11";
home-manager-stable.inputs.nixpkgs.follows = "nixpkgs-stable";
nix-on-droid = {
url = "github:nix-community/nix-on-droid/master";
inputs.nixpkgs.follows = "nixpkgs";
inputs.home-manager.follows = "home-manager-unstable";
};
hyprland = {
type = "git";
url = "https://github.com/hyprwm/Hyprland";