pinwheel: Add calibre
This commit is contained in:
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