adding firefox
This commit is contained in:
parent
a2857a5ac3
commit
a61d9690fb
|
@ -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";
|
||||
}
|
||||
|
|
|
@ -70,6 +70,7 @@ marked files in a dired buffer via rsync."))))
|
|||
"openssh"
|
||||
"gcc-toolchain"
|
||||
"make"
|
||||
"git"
|
||||
"curl"
|
||||
"mpv"
|
||||
"mpv-mpris"
|
||||
|
|
Loading…
Reference in a new issue