about summary refs log tree commit diff
path: root/hosts/home.nix
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-12-28 16:16:57 +0100
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-12-28 16:16:57 +0100
commit2c875e4ce4e81e9bb4e1f1e572ddcf4145cdc86f (patch)
tree58011948305f692f21e47eff4ae4100f8f381f08 /hosts/home.nix
parentDotfiles: Waybar: Add 99 char limit to window (diff)
downloadnixos-config-2c875e4ce4e81e9bb4e1f1e572ddcf4145cdc86f.tar.gz
nixos-config-2c875e4ce4e81e9bb4e1f1e572ddcf4145cdc86f.tar.bz2
nixos-config-2c875e4ce4e81e9bb4e1f1e572ddcf4145cdc86f.zip
Home: Firefox: Restore tabs on startup
Diffstat (limited to '')
-rw-r--r--hosts/home.nix1
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
         };
       };
     };