mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
carbon: refactored home configuration
This commit is contained in:
parent
e257c6d852
commit
460a0f8ce7
4 changed files with 66 additions and 71 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue