pinwheel: Add calibre
This commit is contained in:
@@ -8,12 +8,13 @@
|
|||||||
imports =
|
imports =
|
||||||
[ # Include the results of the hardware scan.
|
[ # Include the results of the hardware scan.
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
|
./modules/light
|
||||||
|
./modules/sound
|
||||||
./modules/age
|
./modules/age
|
||||||
./modules/ssh
|
./modules/ssh
|
||||||
./modules/syncthing
|
./modules/syncthing
|
||||||
./modules/firefox
|
./modules/firefox
|
||||||
./modules/light
|
./modules/calibre
|
||||||
./modules/sound
|
|
||||||
];
|
];
|
||||||
|
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
|
|||||||
9
hosts/pinwheel/modules/calibre/default.nix
Normal file
9
hosts/pinwheel/modules/calibre/default.nix
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{ home-manager, pkgs, ... }:
|
||||||
|
{
|
||||||
|
home-manager.users.alex = {
|
||||||
|
home.packages = [ pkgs.calibre ];
|
||||||
|
};
|
||||||
|
|
||||||
|
# Needed to access mounted e-readers
|
||||||
|
services.udisks2.enable = true;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user