[feat] Tried to add nur

This commit is contained in:
uttarayan21
2024-03-01 02:06:15 +05:30
parent d26ef52267
commit efd59a963d
5 changed files with 30 additions and 7 deletions

View File

@@ -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 ];
};