[feat] Tried to add nur
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{ device, pkgs, ... }: {
|
||||
{ device, pkgs, nur, ... }: {
|
||||
programs.firefox = {
|
||||
enable = device.isLinux;
|
||||
enable = false;
|
||||
# enable = device.isLinux;
|
||||
profiles.default = {
|
||||
userChrome = let
|
||||
csshacks = pkgs.fetchFromGitHub {
|
||||
@@ -13,6 +14,11 @@
|
||||
@import url(${csshacks}/chrome/tabs_on_bottom.css);
|
||||
@import url(${csshacks}/chrome/toolbars_below_content.css);
|
||||
'';
|
||||
# extensions = with nur.repos.rycee.firefox-addons; [
|
||||
# privacy-badger
|
||||
# ublock-origin
|
||||
# bitwarden
|
||||
# ];
|
||||
};
|
||||
nativeMessagingHosts = [ pkgs.tridactyl-native ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user