summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix29
1 files changed, 24 insertions, 5 deletions
diff --git a/flake.nix b/flake.nix
index 2ec54c1..f2ac92f 100644
--- a/flake.nix
+++ b/flake.nix
@@ -3,6 +3,7 @@
description = "Master flake";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
+ nixpkgs-old.url = "github:nixos/nixpkgs/nixos-24.11";
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-25.05";
nixpkgs-darwin.url = "github:nixos/nixpkgs/nixpkgs-25.05-darwin";
nixpkgs-unfree.url = "github:numtide/nixpkgs-unfree?ref=nixos-unstable";
@@ -27,11 +28,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
- # claude-desktop = {
- # url = "git:file:/home/y/code/nix/claude-desktop-linux-flake";
- # inputs.nixpkgs.follows = "nixpkgs";
- # inputs.flake-utils.follows = "flake-utils";
- # };
+ claude-desktop = {
+ url = "git:file:/home/y/code/nix/claude-desktop-linux-flake";
+ inputs.nixpkgs.follows = "nixpkgs";
+ inputs.flake-utils.follows = "flake-utils";
+ };
agenix = {
url = "github:yaxitech/ragenix";
inputs.nixpkgs.follows = "nixpkgs";
@@ -103,6 +104,24 @@
url = "github:cachix/devenv";
};
+ zen-browser = {
+ url = "github:youwen5/zen-browser-flake";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
+
+ openai-codex = {
+ url = "github:openai/codex";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
+
+ # quickshell = {
+ # # remove ?ref=v0.1.0 to track the master branch
+ # url = "git+https://git.outfoxxed.me/outfoxxed/quickshell?ref=v0.1.0";
+
+ # # THIS IS IMPORTANT
+ # # Mismatched system dependencies will lead to crashes and other issues.
+ # inputs.nixpkgs.follows = "nixpkgs";
+ # };
# determinate systems patched nix. supposedly for enterprise
# determinate.url = "https://flakehub.com/f/DeterminateSystems/determinate/*";
};