programs: add stable calibre
This commit is contained in:
parent
167bb6ea2b
commit
50d2b334ad
1 changed files with 67 additions and 60 deletions
|
@ -1,61 +1,68 @@
|
||||||
{pkgs, ...}: {
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
inputs',
|
||||||
alsa-utils
|
pkgs,
|
||||||
anki
|
...
|
||||||
asciinema
|
}: let
|
||||||
cachix
|
inherit (inputs'.nixpkgs-stable.legacyPackages) calibre;
|
||||||
calc
|
in {
|
||||||
calibre
|
environment.systemPackages = with pkgs;
|
||||||
difftastic
|
[
|
||||||
element-desktop
|
alsa-utils
|
||||||
evince
|
anki
|
||||||
eza
|
asciinema
|
||||||
gcc
|
cachix
|
||||||
gnumake
|
calc
|
||||||
halloy
|
difftastic
|
||||||
helvum
|
element-desktop
|
||||||
httpie
|
evince
|
||||||
imagemagick
|
eza
|
||||||
img2pdf
|
gcc
|
||||||
impala
|
gnumake
|
||||||
imv
|
halloy
|
||||||
inetutils
|
helvum
|
||||||
jujutsu
|
httpie
|
||||||
keepassxc
|
imagemagick
|
||||||
lazygit
|
img2pdf
|
||||||
libtool
|
impala
|
||||||
nextcloud-client
|
imv
|
||||||
nicotine-plus
|
inetutils
|
||||||
swww
|
jujutsu
|
||||||
microfetch
|
keepassxc
|
||||||
nmap
|
lazygit
|
||||||
nyxt
|
libtool
|
||||||
# onlyoffice-bin
|
nextcloud-client
|
||||||
pandoc
|
nicotine-plus
|
||||||
pavucontrol
|
swww
|
||||||
pdfarranger
|
microfetch
|
||||||
polkit
|
nmap
|
||||||
pulsemixer
|
nyxt
|
||||||
python3
|
# onlyoffice-bin
|
||||||
pwvucontrol
|
pandoc
|
||||||
qbittorrent
|
pavucontrol
|
||||||
r2modman
|
pdfarranger
|
||||||
ripgrep
|
polkit
|
||||||
signal-desktop-beta
|
pulsemixer
|
||||||
strawberry
|
python3
|
||||||
telegram-desktop
|
pwvucontrol
|
||||||
texliveFull
|
qbittorrent
|
||||||
thunderbird
|
r2modman
|
||||||
tor-browser
|
ripgrep
|
||||||
trash-cli
|
signal-desktop-beta
|
||||||
tutanota-desktop
|
strawberry
|
||||||
typst
|
telegram-desktop
|
||||||
ungoogled-chromium
|
texliveFull
|
||||||
wineWowPackages.waylandFull
|
thunderbird
|
||||||
wireguard-tools
|
tor-browser
|
||||||
xdg-utils
|
trash-cli
|
||||||
xournalpp
|
tutanota-desktop
|
||||||
zapzap
|
typst
|
||||||
zoxide
|
ungoogled-chromium
|
||||||
];
|
wineWowPackages.waylandFull
|
||||||
|
wireguard-tools
|
||||||
|
xdg-utils
|
||||||
|
xournalpp
|
||||||
|
zapzap
|
||||||
|
zoxide
|
||||||
|
]
|
||||||
|
++ [calibre];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue