diff options
| author | Baitinq <[email protected]> | 2022-12-28 16:16:57 +0100 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-12-28 16:16:57 +0100 |
| commit | 2c875e4ce4e81e9bb4e1f1e572ddcf4145cdc86f (patch) | |
| tree | 58011948305f692f21e47eff4ae4100f8f381f08 | |
| parent | Dotfiles: Waybar: Add 99 char limit to window (diff) | |
| download | nixos-config-2c875e4ce4e81e9bb4e1f1e572ddcf4145cdc86f.tar.gz nixos-config-2c875e4ce4e81e9bb4e1f1e572ddcf4145cdc86f.tar.bz2 nixos-config-2c875e4ce4e81e9bb4e1f1e572ddcf4145cdc86f.zip | |
Home: Firefox: Restore tabs on startup
| -rw-r--r-- | hosts/home.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/home.nix b/hosts/home.nix index 278721c..08b5f83 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -184,6 +184,7 @@ isDefault = true; settings = { "general.autoScroll" = true; + "browser.startup.page" = 3; #always restore pages }; }; }; |