aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2025-12-12 13:29:05 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2025-12-12 13:29:05 +0530
commita1522f065e9b3ebc253068e04fbf869e881faf3b (patch)
treebae3d4c01069a7416e3fc1949cf71e9a1be72e1c /flake.nix
parent42e48b718aa7757819c3c949c23f7fb638a54bdf (diff)
switched from firefox to zen
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix11
1 files changed, 10 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 632ce70..59e4b8f 100644
--- a/flake.nix
+++ b/flake.nix
@@ -12,6 +12,15 @@
url = "git+https://git.outfoxxed.me/quickshell/quickshell";
inputs.nixpkgs.follows = "nixpkgs";
};
+ zen-browser = {
+ url = "github:0xc000022070/zen-browser-flake";
+ inputs = {
+ # IMPORTANT: we're using "libgbm" and is only available in unstable so ensure
+ # to have it up-to-date or simply don't specify the nixpkgs input
+ nixpkgs.follows = "nixpkgs";
+ home-manager.follows = "home-manager";
+ };
+ };
};
outputs = {
@@ -43,7 +52,7 @@
nixosConfigurations.main = nixpkgs.lib.nixosSystem {
inherit system;
specialArgs = {
- inherit quickshell inputs username hostname unstable symlinkRoot nvidia llm;
+ inherit quickshell inputs system username hostname unstable symlinkRoot nvidia llm;
};
modules = [