This commit is contained in:
aditya
2026-06-26 16:37:41 +05:30
parent a7356d4243
commit de352e0e67
8 changed files with 343 additions and 51 deletions
+7
View File
@@ -4,6 +4,8 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-26.05";
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
flake-parts.url = "github:hercules-ci/flake-parts";
apple-fonts.url= "github:Lyndeno/apple-fonts.nix";
home-manager = {
url = "github:nix-community/home-manager/release-26.05";
@@ -36,6 +38,11 @@
url = "github:schembriaiden/helium-browser-nix-flake";
inputs.nixpkgs.follows = "nixpkgs";
};
ytm-player = {
url = "github:peternaame-boop/ytm-player";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = { nixpkgs, home-manager, ... } @ inputs: {