diff options
| -rw-r--r-- | flake.lock | bin | 9459 -> 10017 bytes | |||
| -rw-r--r-- | flake.nix | 5 | ||||
| -rw-r--r-- | hosts/home.nix | 1 |
3 files changed, 6 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock index 1690fc5..2f21718 100644 --- a/flake.lock +++ b/flake.lock Binary files differdiff --git a/flake.nix b/flake.nix index adac7fd..757dccb 100644 --- a/flake.nix +++ b/flake.nix @@ -42,6 +42,11 @@ flake = false; }; + zen-browser = { + url = "github:0xc000022070/zen-browser-flake"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + arkenfox-userjs = { url = "github:arkenfox/user.js"; flake = false; diff --git a/hosts/home.nix b/hosts/home.nix index 0c10d60..c843b3a 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -70,6 +70,7 @@ wlsunset vscode chromium + inputs.zen-browser.packages."${system}".default grim qbittorrent slurp |