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:
parent
df556f2a17
commit
8d832ddfda
7 changed files with 172 additions and 0 deletions
10
modules/misc/news/2025/05/2025-05-12_15-21-57.nix
Normal file
10
modules/misc/news/2025/05/2025-05-12_15-21-57.nix
Normal 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.
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue