carbon: refactored home configuration

This commit is contained in:
Primrose 2024-08-10 10:27:44 +02:00
parent e257c6d852
commit 460a0f8ce7
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
4 changed files with 66 additions and 71 deletions

View file

@ -6,16 +6,14 @@ in
{
home.packages = [
# Used in tab bar
pkgs.cascadia-code
pkgs.cascadia-code # Used in tab bar
];
programs.firefox = {
enable = true;
package = pkgs.firefox-esr;
package = pkgs.firefox-esr; # some options only works with firefox-esr
# https://mozilla.github.io/policy-templates
policies = {
# https://mozilla.github.io/policy-templates/#hardwareacceleration
# some options only works with firefox-esr
DisableFirefoxScreenshots = true;
DisablePocket = true;
DisplayMenuBar = "never";