diff --git a/guix/home.nix b/guix/home.nix index 2068be5..fba832f 100644 --- a/guix/home.nix +++ b/guix/home.nix @@ -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"; } diff --git a/guix/home.scm b/guix/home.scm index 3c53b21..1feae80 100644 --- a/guix/home.scm +++ b/guix/home.scm @@ -70,6 +70,7 @@ marked files in a dired buffer via rsync.")))) "openssh" "gcc-toolchain" "make" + "git" "curl" "mpv" "mpv-mpris"