adding firefox

This commit is contained in:
Chris Cochrun 2023-06-23 15:28:13 -05:00
parent a2857a5ac3
commit a61d9690fb
2 changed files with 19 additions and 0 deletions

View file

@ -12,4 +12,22 @@
# The guix version of dolphin isn't built for wayland and can't find the icon theme
dolphin
];
programs.firefox = {
enable = true;
package = pkgs.firefox-wayland.override {
cfg = {
enableTridactylNative = true;
enablePlasmaBrowserIntegration = true;
};
};
profiles.chris = {
name = "default";
path = "chris.default";
isDefault = true;
};
};
home.file.".mozilla/native-messaging-hosts".source = "/home/chris/.nix-profile/lib/mozilla/native-messaging-hosts";
}

View file

@ -70,6 +70,7 @@ marked files in a dired buffer via rsync."))))
"openssh"
"gcc-toolchain"
"make"
"git"
"curl"
"mpv"
"mpv-mpris"