diff options
| author | spl3g <spleefer6@yandex.ru> | 2024-09-04 19:21:18 +0300 |
|---|---|---|
| committer | spl3g <spleefer6@yandex.ru> | 2025-05-01 14:58:56 +0300 |
| commit | b1d2874f45c1c866fdd3da5ca0be12825505064e (patch) | |
| tree | 13f994c9e1d08098b1cefc7ccd3344a4f9a1efc9 /flake.nix | |
| parent | 109fee2509e7fa6e3310bba2ffd3ce37e353db29 (diff) | |
feat(firefox): add betterfox's user.js
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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; }; }; |
