nod: 3rd attempt at flakes
This commit is contained in:
parent
770697f9f3
commit
30f1880f29
|
@ -11,8 +11,9 @@
|
||||||
nixos-hardware.url = "nixos-hardware";
|
nixos-hardware.url = "nixos-hardware";
|
||||||
# NOD
|
# NOD
|
||||||
nix-on-droid = {
|
nix-on-droid = {
|
||||||
url = "github:nix-community/nix-on-droid"; # No 23.11 :(
|
url = "github:nix-community/nix-on-droid/release-23.05"; # No 23.11 :(
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
inputs.home-manager.follows = "home-manager";
|
||||||
};
|
};
|
||||||
# HM
|
# HM
|
||||||
home-manager = {
|
home-manager = {
|
||||||
|
@ -81,7 +82,6 @@
|
||||||
nixOnDroidModules.dotfiles = {
|
nixOnDroidModules.dotfiles = {
|
||||||
imports = [
|
imports = [
|
||||||
./nod
|
./nod
|
||||||
home-manager.nixosModules.home-manager
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
homeManagerModules.dotfiles = {
|
homeManagerModules.dotfiles = {
|
||||||
|
|
Loading…
Reference in a new issue