nemo: install calibre
This commit is contained in:
parent
467946b1af
commit
d3dad5fd52
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ lib, ... }:
|
||||
{ lib, pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./home.nix
|
||||
|
@ -16,4 +16,6 @@
|
|||
enabled-extensions = [ "azclock@azclock.gitlab.com" ];
|
||||
};
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [ calibre ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue