added some more firefox policies
This commit is contained in:
parent
887735826b
commit
4e69b9055e
3 changed files with 4 additions and 1 deletions
|
@ -40,6 +40,8 @@
|
|||
"DisablePocket" = true;
|
||||
"AutofillAddressEnabled" = false;
|
||||
"AutofillCreditCardEnabled" = false;
|
||||
"DisableFirefoxAccounts" = true;
|
||||
"PasswordManagerEnabled" = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -64,6 +64,7 @@
|
|||
# Set default editor
|
||||
EDITOR = "nvim";
|
||||
NIXOS_OZONE_WL = 1;
|
||||
LD_LIBRARY_PATH = "${pkgs.libGL}/lib:${pkgs.gtk3}/lib:${pkgs.glib.out}/lib:${pkgs.xorg.libXtst}/lib";
|
||||
};
|
||||
|
||||
# Let Home Manager install and manage itself.
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
"[workspace name:comms silent; move -100%,100%] telegram-desktop"
|
||||
"[workspace name:comms silent; move -100%,-100%] signal-desktop --enable-features=UseOzonePlatform --ozone-platform=wayland"
|
||||
"[workspace name:comms silent; move 100%,100%] floorp https://web.whatsapp.com https://instagram.com"
|
||||
"[workspace name:comms silent; move 100%,-100%] vesktop --enable-features=UseOzonePlatform --ozone-platform=wayland"
|
||||
"[workspace name:comms silent; move 100%,-100%] vesktop"
|
||||
|
||||
"[workspace name:bg_noise] floorp https://www.youtube.com/playlist?list=WL"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue