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
|
# The guix version of dolphin isn't built for wayland and can't find the icon theme
|
||||||
dolphin
|
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"
|
"openssh"
|
||||||
"gcc-toolchain"
|
"gcc-toolchain"
|
||||||
"make"
|
"make"
|
||||||
|
"git"
|
||||||
"curl"
|
"curl"
|
||||||
"mpv"
|
"mpv"
|
||||||
"mpv-mpris"
|
"mpv-mpris"
|
||||||
|
|
Loading…
Reference in a new issue