1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-30 22:21:02 +01:00

foliate: init (#7049)

This commit is contained in:
awwpotato 2025-05-13 10:05:32 -07:00 committed by GitHub
parent df556f2a17
commit 8d832ddfda
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 172 additions and 0 deletions

View file

@ -0,0 +1,10 @@
{ pkgs, ... }:
{
time = "2025-05-12T22:21:57+00:00";
condition = pkgs.stdenv.hostPlatform.isLinux;
message = ''
A new module is available: `programs.foliate`
Foliate is a modern e-book reader tailored for GNOME.
'';
}