programs: add stable calibre
This commit is contained in:
parent
167bb6ea2b
commit
50d2b334ad
1 changed files with 67 additions and 60 deletions
|
@ -1,11 +1,17 @@
|
|||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
{
|
||||
inputs',
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
inherit (inputs'.nixpkgs-stable.legacyPackages) calibre;
|
||||
in {
|
||||
environment.systemPackages = with pkgs;
|
||||
[
|
||||
alsa-utils
|
||||
anki
|
||||
asciinema
|
||||
cachix
|
||||
calc
|
||||
calibre
|
||||
difftastic
|
||||
element-desktop
|
||||
evince
|
||||
|
@ -57,5 +63,6 @@
|
|||
xournalpp
|
||||
zapzap
|
||||
zoxide
|
||||
];
|
||||
]
|
||||
++ [calibre];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue