inshallah

This commit is contained in:
Melvin Ragusa
2026-02-03 03:15:32 +01:00
parent 02054d12c7
commit d43f461cfd
3 changed files with 43 additions and 26 deletions

View File

@@ -19,9 +19,17 @@
# Kernel
nix-cachyos-kernel.url = "github:xddxdd/nix-cachyos-kernel/release";
# NOTE: GUI apps (zen-browser, opencode) are now managed via `nix profile`
# Install with: nix profile install github:youwen5/zen-browser-flake
# nix profile install github:anomalyco/opencode
# Browser
zen-browser = {
url = "github:youwen5/zen-browser-flake";
inputs.nixpkgs.follows = "nixpkgs";
};
# AI coding assistant
opencode = {
url = "github:anomalyco/opencode";
inputs.nixpkgs.follows = "nixpkgs";
};
};
# Binary caches for faster builds