switched to floorp

goodbye firefox
This commit is contained in:
Gabriella Bere 2025-05-04 02:01:54 +01:00
parent de8d18de2d
commit 0e801d81df
3 changed files with 6 additions and 7 deletions

View file

@ -1,7 +1,6 @@
{pkgs, ...}: { {pkgs, ...}: {
programs.firefox = { programs.floorp = {
enable = true; enable = true;
package = pkgs.stable.firefox;
profiles.blue = { profiles.blue = {
isDefault = true; isDefault = true;
id = 0; id = 0;
@ -22,7 +21,7 @@
shinigami-eyes shinigami-eyes
]; ];
search = { search = {
default = "ddg"; # Set search engine to DuckDuckGo default = "DuckDuckGo"; # Set search engine to DuckDuckGo
force = true; # Prevents annoying error when rebuilding force = true; # Prevents annoying error when rebuilding
}; };
settings = { settings = {

View file

@ -41,9 +41,9 @@
]; ];
exec-once = [ exec-once = [
"[workspace name:comms silent; move -100%,100%] telegram-desktop" "[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%] 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%] firefox https://web.whatsapp.com https://instagram.com"
"[workspace name:comms silent; move 100%,-100%] vesktop" "[workspace name:comms silent; move 100%,-100%] vesktop --enable-features=UseOzonePlatform --ozone-platform=wayland"
]; ];
# Declare all keybinds # Declare all keybinds

View file

@ -31,7 +31,7 @@
}; };
polarity = "dark"; polarity = "dark";
targets = { targets = {
firefox.profileNames = ["blue"]; floorp.profileNames = ["blue"];
}; };
}; };
} }