mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49: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
|
|
@ -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