mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
firefox: new profile that handles nonfree junk
This commit is contained in:
parent
c7547ba6d6
commit
fe001ae420
3 changed files with 44 additions and 14 deletions
|
|
@ -47,7 +47,7 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
profiles.leana = {
|
||||
profiles.default = {
|
||||
userChrome = let
|
||||
onebar = pkgs.fetchFromGitea {
|
||||
domain = "git.gay";
|
||||
|
|
@ -76,6 +76,7 @@ in {
|
|||
addons.privacy-badger
|
||||
addons.tridactyl
|
||||
addons.news-feed-eradicator
|
||||
addons.multi-account-containers
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -50,10 +50,13 @@ in {
|
|||
|
||||
services.gpg-agent.enableFishIntegration = true;
|
||||
|
||||
xdg.configFile = lib.mapAttrs' (path: _: {
|
||||
name = "fish/functions/${path}";
|
||||
value.source = lib.path.append ./functions path;
|
||||
}) (builtins.readDir ./functions);
|
||||
xdg.configFile =
|
||||
lib.mapAttrs'
|
||||
(path: _:
|
||||
lib.nameValuePair
|
||||
"fish/functions/${path}"
|
||||
{source = lib.path.append ./functions path;})
|
||||
(builtins.readDir ./functions);
|
||||
|
||||
programs.fish = {
|
||||
sourcePaths =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue