Enable calibre on kholinar

This commit is contained in:
Charlotte Van Petegem 2022-11-14 23:44:01 +01:00
parent fdf173161b
commit 542d03d260
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 2 additions and 1 deletions

View file

@ -13,5 +13,6 @@
home-manager.users.charlotte = { ... }: {
home.packages = [ pkgs.calibre ];
};
services.udisks2.enable = true;
};
}