aboutsummaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/common/optional/ebooks.nix9
-rw-r--r--hosts/ginaz/default.nix1
2 files changed, 10 insertions, 0 deletions
diff --git a/hosts/common/optional/ebooks.nix b/hosts/common/optional/ebooks.nix
new file mode 100644
index 0000000..8edcea5
--- /dev/null
+++ b/hosts/common/optional/ebooks.nix
@@ -0,0 +1,9 @@
+{ pkgs, ... }:
+{
+ environment.systemPackages = with pkgs; [
+ calibre
+ libgourou
+ ];
+
+ services.udisks2.enable = true;
+}
diff --git a/hosts/ginaz/default.nix b/hosts/ginaz/default.nix
index d9b4526..ff8353a 100644
--- a/hosts/ginaz/default.nix
+++ b/hosts/ginaz/default.nix
@@ -21,6 +21,7 @@
../common/core
../common/optional/db.nix
../common/optional/dev.nix
+ ../common/optional/ebooks.nix
../common/optional/games.nix
../common/optional/google-authenticator.nix
../common/optional/misc.nix