diff --git a/home-manager/firefox.nix b/home-manager/firefox.nix index d0e0a3c..2f89911 100644 --- a/home-manager/firefox.nix +++ b/home-manager/firefox.nix @@ -1,7 +1,6 @@ {pkgs, ...}: { - programs.firefox = { + programs.floorp = { enable = true; - package = pkgs.stable.firefox; profiles.blue = { isDefault = true; id = 0; @@ -22,7 +21,7 @@ shinigami-eyes ]; search = { - default = "ddg"; # Set search engine to DuckDuckGo + default = "DuckDuckGo"; # Set search engine to DuckDuckGo force = true; # Prevents annoying error when rebuilding }; settings = { diff --git a/home-manager/hyprland.nix b/home-manager/hyprland.nix index c492162..e629e40 100644 --- a/home-manager/hyprland.nix +++ b/home-manager/hyprland.nix @@ -41,9 +41,9 @@ ]; exec-once = [ "[workspace name:comms silent; move -100%,100%] telegram-desktop" - "[workspace name:comms silent; move -100%,-100%] signal-desktop" - "[workspace name:comms silent; move 100%,100%] firefox https://web.whatsapp.com https://instagram.com" - "[workspace name:comms silent; move 100%,-100%] vesktop" + "[workspace name:comms silent; move -100%,-100%] signal-desktop --enable-features=UseOzonePlatform --ozone-platform=wayland" + # "[workspace name:comms silent; move 100%,100%] firefox https://web.whatsapp.com https://instagram.com" + "[workspace name:comms silent; move 100%,-100%] vesktop --enable-features=UseOzonePlatform --ozone-platform=wayland" ]; # Declare all keybinds diff --git a/home-manager/stylix.nix b/home-manager/stylix.nix index 92ea91b..7badabc 100644 --- a/home-manager/stylix.nix +++ b/home-manager/stylix.nix @@ -31,7 +31,7 @@ }; polarity = "dark"; targets = { - firefox.profileNames = ["blue"]; + floorp.profileNames = ["blue"]; }; }; }