re-indent firefox and stuff
This commit is contained in:
parent
7fcf082811
commit
ef7271e4a6
@ -61,12 +61,14 @@
|
|||||||
default = "searx";
|
default = "searx";
|
||||||
order = [ "searx" "Google" ];
|
order = [ "searx" "Google" ];
|
||||||
};
|
};
|
||||||
# extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
# userChrome = ''
|
||||||
# ublock-origin
|
# !important @import "~/.mozilla/safari-userchrome.css";
|
||||||
# vimium
|
# '';
|
||||||
# mark-my-search
|
|
||||||
# ];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
home.file.".mozilla/safari-userchrome.css".source = builtins.fetchurl {
|
||||||
|
url = "https://gist.githubusercontent.com/janoamaral/5c0a6e944ca31d2a6a51712d0c453d48/raw/6e1f0d1e3e31400d467302da3198c3e9c3caa647/userChrome.css";
|
||||||
|
sha256 = "19hbf9kf93ggryabbxz5h9nsm2ymzjg369b8bld818a515cx4vhc";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user