mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 02:28:37 +02:00
worked on bookmarks
This commit is contained in:
@@ -11,3 +11,4 @@ sudo nixos-rebuild switch --flake ~/nixos/#laptop
|
|||||||
|
|
||||||
### Things that don't work reliably and need manual setting.
|
### Things that don't work reliably and need manual setting.
|
||||||
- Some Librewolf's extension's settings, such as SponsorBlock
|
- Some Librewolf's extension's settings, such as SponsorBlock
|
||||||
|
- Librewolf's bookmarks
|
||||||
|
|||||||
@@ -287,6 +287,17 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
bookmarks = {
|
||||||
|
force = true;
|
||||||
|
settings = [
|
||||||
|
{
|
||||||
|
name = "Nixos Config";
|
||||||
|
tags = [ "github" ];
|
||||||
|
keyword = "github";
|
||||||
|
url = "https://github.com/Totorile1/nixos";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
};
|
||||||
search = {
|
search = {
|
||||||
force = true;
|
force = true;
|
||||||
default = "quant";
|
default = "quant";
|
||||||
|
|||||||
Reference in New Issue
Block a user