needed standalone install so I can go f*** myself
This commit is contained in:
parent
2cbc44023e
commit
a6bf21d82a
1
home.nix
1
home.nix
@ -3,7 +3,6 @@
|
||||
{
|
||||
imports =
|
||||
[
|
||||
./modules/home-manager/firefox.nix
|
||||
];
|
||||
|
||||
home.username = "smayzy";
|
||||
|
||||
@ -1,16 +0,0 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
profiles.smayzy = {
|
||||
|
||||
settings = {
|
||||
"browser.bookmarks_restore_default_bookmarks" = false;
|
||||
"browser.contentblocking.category" = "standard";
|
||||
"sidebar.verticalTabs" = true;
|
||||
};
|
||||
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user