Modules/Firefox: Disable vdhcoapp
This commit is contained in:
@ -13,7 +13,7 @@ in {
|
||||
config = lib.mkIf firefox.enable {
|
||||
textfox = {
|
||||
enable = firefox.textfox;
|
||||
useLegacyExtensions = false;
|
||||
# useLegacyExtensions = false;
|
||||
profiles = ["default"];
|
||||
|
||||
config = {
|
||||
@ -54,7 +54,9 @@ in {
|
||||
};
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [vdhcoapp];
|
||||
home.packages = with pkgs; [
|
||||
# vdhcoapp # No longer required since VDH >= 10
|
||||
];
|
||||
|
||||
home.sessionVariables = lib.mkMerge [
|
||||
{
|
||||
|
||||
@ -238,6 +238,7 @@ in {
|
||||
newhome
|
||||
];
|
||||
|
||||
# TODO: Is this fixed with filesystems."/home".neededForBoot = true?
|
||||
# NOTE: This is REQUIRED for HM activation!
|
||||
# Otherwise the home directory won't be writable!
|
||||
systemd.services."impermanence-fix-home-ownership" = let
|
||||
|
||||
Reference in New Issue
Block a user