diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-10-21 00:30:16 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-10-21 00:30:16 -0700 |
commit | 50b46a46ff47f51f52288a01427f90cd76aab635 (patch) | |
tree | 1a062830ca1dfc3ee30b1bd4d201d9a4f617f4b3 /hosts/common/optional/ebooks.nix | |
parent | 4735c909b2e13c4b84ad993357dc02fef7b60e05 (diff) | |
download | nix-50b46a46ff47f51f52288a01427f90cd76aab635.tar nix-50b46a46ff47f51f52288a01427f90cd76aab635.tar.gz nix-50b46a46ff47f51f52288a01427f90cd76aab635.tar.bz2 nix-50b46a46ff47f51f52288a01427f90cd76aab635.tar.lz nix-50b46a46ff47f51f52288a01427f90cd76aab635.tar.xz nix-50b46a46ff47f51f52288a01427f90cd76aab635.tar.zst nix-50b46a46ff47f51f52288a01427f90cd76aab635.zip |
Add stable calibre
Diffstat (limited to 'hosts/common/optional/ebooks.nix')
-rw-r--r-- | hosts/common/optional/ebooks.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/hosts/common/optional/ebooks.nix b/hosts/common/optional/ebooks.nix index 026772a..2fc097a 100644 --- a/hosts/common/optional/ebooks.nix +++ b/hosts/common/optional/ebooks.nix @@ -1,8 +1,9 @@ -{ pkgs, ... }: +{ pkgs, pkgs-stable, ... }: { environment.systemPackages = with pkgs; [ - #calibre libgourou + ] ++ with pkgs-stable; [ + calibre ]; services.udisks2.enable = true; |