Skip to content

Commit

Permalink
Open last session when firefox starts
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoruto committed Jun 27, 2024
1 parent f1f5157 commit 7b62f76
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions home-manager/programs/firefox.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
protondb-for-steam
steam-database
];

settings = {
"browser.startup.page" = 3;
};
};
};
}

0 comments on commit 7b62f76

Please sign in to comment.