This commit is contained in:
2025-08-26 11:49:35 -05:00
parent b15721fc44
commit 7cc114a056
2 changed files with 59 additions and 119 deletions

View File

@@ -20,18 +20,8 @@
inputs.nixpkgs.follows = "nixpkgs-us";
};
nixpkgs-droid.url = "github:nixos/nixpkgs/nixos-24.05";
home-manager-droid = {
url = "github:nix-community/home-manager/release-24.05";
#url = "git+ssh://gitea@gitea.blunkall.us/Blunkall-Technologies/home-manager?ref=release-24.05";
inputs.nixpkgs.follows = "nixpkgs-droid";
};
nix-on-droid = {
url = "github:nix-community/nix-on-droid/release-24.05";
inputs.nixpkgs.follows = "nixpkgs-droid";
inputs.home-manager.follows = "home-manager-droid";
url = "github:nix-community/nix-on-droid";
};
disko = {
@@ -60,11 +50,6 @@
nixvim.url = "git+ssh://gitea@gitea.blunkall.us/Blunkall-Technologies/Moirai";
#nixvim.url = "git+https://gitea.blunkall.us/Blunkall-Technologies/Moirai";
themecord = {
url = "github:danihek/themecord";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = { self, nixpkgs, home-manager, ... } @ inputs: {
@@ -164,9 +149,6 @@
home-manager-config = import ./home-manager;
};
};
home-manager-path = home-manager.outPath;
};