only workstation should build chromium

This commit is contained in:
陈浩南 2023-08-23 20:30:36 +08:00
parent 39dbad2031
commit 43861e19b5

View File

@ -198,14 +198,6 @@ inputs:
languagePacks = [ "zh-CN" "en-US" ];
nativeMessagingHosts.firefoxpwa = true;
};
chromium =
{
enable = true;
extraOpts =
{
PasswordManagerEnabled = false;
};
};
vim.package = inputs.pkgs.vim-full;
};
nixpkgs.config.packageOverrides = pkgs:
@ -275,6 +267,14 @@ inputs:
};
};
};
chromium =
{
enable = true;
extraOpts =
{
PasswordManagerEnabled = false;
};
};
};
}
)