pinwheel: Add calibre
This commit is contained in:
@@ -8,12 +8,13 @@
|
||||
imports =
|
||||
[ # Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
./modules/light
|
||||
./modules/sound
|
||||
./modules/age
|
||||
./modules/ssh
|
||||
./modules/syncthing
|
||||
./modules/firefox
|
||||
./modules/light
|
||||
./modules/sound
|
||||
./modules/calibre
|
||||
];
|
||||
|
||||
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