diff options
Diffstat (limited to 'nixpkgs/kusanagi.nix')
-rw-r--r-- | nixpkgs/kusanagi.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/nixpkgs/kusanagi.nix b/nixpkgs/kusanagi.nix index 17b28a7..a4e905e 100644 --- a/nixpkgs/kusanagi.nix +++ b/nixpkgs/kusanagi.nix @@ -2,8 +2,8 @@ let nurSrc = builtins.fetchTarball { url = - "https://github.com/nix-community/NUR/archive/687ed97c4379e9ad1346fc673e3e0fc88210de14.tar.gz"; - sha256 = "sha256:0pxljc5bzcwb8c43qmm5l49p03snq7piqnshglqday2dw6cfcd6l"; + "https://github.com/nix-community/NUR/archive/1076bf182a065b1a037caaaa9edee751148582e3.tar.gz"; + sha256 = "sha256:1dizlmwzl6319s9cfbd770ydlj0kf0k3yz5rzw4xni8lnh691hx7"; }; in { imports = [ ./common.nix ./icewm.nix ]; @@ -49,6 +49,7 @@ in { programs.firefox.profiles.default = { isDefault = true; extensions = with pkgs.nur.repos.rycee.firefox-addons; [ + pkgs.nur.repos.rycee.firefox-addons."10ten-ja-reader" ublock-origin privacy-badger startpage-private-search |