Install delfin and thunderbird.

This commit is contained in:
CronyAkatsuki 2025-02-16 12:53:54 +01:00
parent 4cd30f6c28
commit c3e54da68c

View File

@ -39,6 +39,7 @@
aria2
osu-lazer-bin
overskride
delfin
];
# Install librewolf
@ -64,6 +65,11 @@
];
};
programs.thunderbird = {
enable = true;
profiles.default.isDefault = true;
};
# Install foot
programs.foot.enable = true;