Add calibre
This commit is contained in:
5
home/programs/calibre/default.nix
Normal file
5
home/programs/calibre/default.nix
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
home.packages = with pkgs; [ calibre ];
|
||||||
|
}
|
||||||
@@ -2,6 +2,7 @@
|
|||||||
imports = [
|
imports = [
|
||||||
./alacritty
|
./alacritty
|
||||||
./anki
|
./anki
|
||||||
|
./calibre
|
||||||
#./cura
|
#./cura
|
||||||
./discord
|
./discord
|
||||||
./dolphin
|
./dolphin
|
||||||
|
|||||||
Reference in New Issue
Block a user