Merge branch 'main' of git.firelilith.org:lilith/nixos
This commit is contained in:
commit
4f116eb8a6
5 changed files with 17 additions and 9 deletions
|
|
@ -1,7 +1,10 @@
|
|||
{pkgs, ...}: {
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
programs.gpg = {
|
||||
enable = true;
|
||||
settings.trust-model = "tofu+pgp";
|
||||
settings = {
|
||||
trust-model = "tofu+pgp";
|
||||
};
|
||||
};
|
||||
|
||||
services.gpg-agent = {
|
||||
|
|
|
|||
|
|
@ -70,8 +70,6 @@
|
|||
allow_tearing = false;
|
||||
};
|
||||
|
||||
ecosystem.no_update_news = true;
|
||||
|
||||
decoration = {
|
||||
rounding = 10;
|
||||
|
||||
|
|
|
|||
|
|
@ -23,6 +23,8 @@
|
|||
ncspot
|
||||
|
||||
vesktop
|
||||
logseq
|
||||
gimp
|
||||
|
||||
btop
|
||||
htop
|
||||
|
|
|
|||
|
|
@ -8,10 +8,15 @@
|
|||
programs.thunderbird = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
||||
"general.useragent.override" = "";
|
||||
"privacy.donottrackheader.enabled" = true;
|
||||
"mail.openpgp.allow_external_gnupg" = true;
|
||||
"mail.openpgp.fetch_pubkeys_from_gnupg" = true;
|
||||
};
|
||||
|
||||
profiles."lilith" = {
|
||||
isDefault = true;
|
||||
withExternalGnupg = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue