Initial commit (after fork)
This commit is contained in:
parent
5ebba8a939
commit
5fe3f69a17
111 changed files with 1428 additions and 1611 deletions
14
modules/home/floorp/extensions_list.txt
Normal file
14
modules/home/floorp/extensions_list.txt
Normal file
|
@ -0,0 +1,14 @@
|
|||
Bitwarden Password Manager
|
||||
ClearURLs
|
||||
Dark Reader
|
||||
Decentraleyes
|
||||
Firefox Color
|
||||
FoxyProxy
|
||||
I still don't care about cookies
|
||||
LibRedirect
|
||||
Privacy Badger
|
||||
Ruffle - Flash Emulator
|
||||
Tree Style Tab
|
||||
Tridactyl
|
||||
uBlock Origin
|
||||
Wappalyzer - Technology profiler
|
|
@ -1,8 +0,0 @@
|
|||
uBlock Origin # + filter for shorts
|
||||
ScrollAnywhere # disable momentum + reverse dirrection
|
||||
Return YouTube Dislike
|
||||
Stylus # import file import.json
|
||||
Firefox Color # catppuccin
|
||||
Dark Reader # theme dracula
|
||||
I don't care about cookies
|
||||
ClearURLs
|
|
@ -1,4 +1,3 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = (with pkgs; [ floorp ]);
|
||||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [floorp];
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue