diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-12-30 19:55:41 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-12-30 19:55:55 +0100 |
commit | 1ba3d317fea68ac98fd8aa14b89e9b8c9853b4f9 (patch) | |
tree | b8c52d322662d827d21dd3939166307699d2af9d | |
parent | Home: Disable emacs (diff) | |
download | nixos-config-1ba3d317fea68ac98fd8aa14b89e9b8c9853b4f9.tar.gz nixos-config-1ba3d317fea68ac98fd8aa14b89e9b8c9853b4f9.tar.bz2 nixos-config-1ba3d317fea68ac98fd8aa14b89e9b8c9853b4f9.zip |
Home: Add zen browser
-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 |