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
|
alsa-utils
|
||||||
anki
|
anki
|
||||||
asciinema
|
asciinema
|
||||||
cachix
|
cachix
|
||||||
calc
|
calc
|
||||||
calibre
|
|
||||||
difftastic
|
difftastic
|
||||||
element-desktop
|
element-desktop
|
||||||
evince
|
evince
|
||||||
|
@ -57,5 +63,6 @@
|
||||||
xournalpp
|
xournalpp
|
||||||
zapzap
|
zapzap
|
||||||
zoxide
|
zoxide
|
||||||
];
|
]
|
||||||
|
++ [calibre];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue