aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorspl3g <spleefer6@yandex.ru>2024-09-04 19:21:18 +0300
committerspl3g <spleefer6@yandex.ru>2025-05-01 14:58:56 +0300
commitb1d2874f45c1c866fdd3da5ca0be12825505064e (patch)
tree13f994c9e1d08098b1cefc7ccd3344a4f9a1efc9 /flake.nix
parent109fee2509e7fa6e3310bba2ffd3ce37e353db29 (diff)
feat(firefox): add betterfox's user.js
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 19d7b29..b1fefb8 100644
--- a/flake.nix
+++ b/flake.nix
@@ -30,6 +30,7 @@
url = "github:viperML/nh";
inputs.nixpkgs.follows = "nixpkgs";
};
+
nixvim = {
url = "github:nix-community/nixvim";
inputs.nixpkgs.follows = "nixpkgs";
@@ -45,8 +46,9 @@
url = "github:Naezr/ShyFox";
flake = false;
};
- arkenfox = {
- url = "github:arkenfox/user.js";
+
+ betterfox = {
+ url = "github:yokoffing/Betterfox";
flake = false;
};
};