mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 02:25:12 -05:00
feat: refactored home manager
This commit is contained in:
parent
65417d1809
commit
376c1d7b18
511 changed files with 1777 additions and 772 deletions
8
home/modules/gui/apps/browsers/brave/config/extensions.nix
Executable file
8
home/modules/gui/apps/browsers/brave/config/extensions.nix
Executable file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{ id = "cjpalhdlnbpafiamejdnhcphjbkeiagm"; } # uBlock Origin
|
||||
{ id = "cmpdlhmnmjhihmcfnigoememnffkimlk"; } # Catppuccin Macchiato
|
||||
{ id = "dlnpfhfhmkiebpnlllpehlmklgdggbhn"; } # Don't Close Last Tab
|
||||
{ id = "iplffkdpngmdjhlpjmppncnlhomiipha"; } # Unpaywall
|
||||
{ id = "mnjggcdmjocbbbhaepdhchncahnbgone"; } # SponsorBlock
|
||||
{ id = "ponfpcnoihfmfllpaingbgckeeldkhle"; } # YouTube Enhancer
|
||||
]
|
11
home/modules/gui/apps/browsers/brave/default.nix
Executable file
11
home/modules/gui/apps/browsers/brave/default.nix
Executable file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
programs.brave =
|
||||
let
|
||||
configPath = ./config;
|
||||
extensionsPath = import (configPath + /extensions.nix);
|
||||
in
|
||||
{
|
||||
enable = true;
|
||||
extensions = extensionsPath;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue