diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2025-12-12 13:29:05 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2025-12-12 13:29:05 +0530 |
| commit | a1522f065e9b3ebc253068e04fbf869e881faf3b (patch) | |
| tree | bae3d4c01069a7416e3fc1949cf71e9a1be72e1c /flake.nix | |
| parent | 42e48b718aa7757819c3c949c23f7fb638a54bdf (diff) | |
switched from firefox to zen
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -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 = [ |
