diff --git a/hm_modules/biblio.nix b/hm_modules/biblio.nix new file mode 100644 index 0000000..5033ec6 --- /dev/null +++ b/hm_modules/biblio.nix @@ -0,0 +1,3 @@ +{ pkgs, ... }: { + home.packages = with pkgs;[ calibre mangal ]; +} diff --git a/odin/hm.nix b/odin/hm.nix index dfc1357..3aa847b 100644 --- a/odin/hm.nix +++ b/odin/hm.nix @@ -9,7 +9,6 @@ arandr authy bitwarden - calibre cava discord dmenu @@ -99,6 +98,7 @@ ../hm_modules/alacritty.nix ../hm_modules/autorandr.nix + ../hm_modules/biblio.nix ../hm_modules/blender.nix ../hm_modules/bspwm.nix ../hm_modules/cava.nix diff --git a/thor/hm.nix b/thor/hm.nix index 3412e6a..98fd8dd 100644 --- a/thor/hm.nix +++ b/thor/hm.nix @@ -8,7 +8,6 @@ packages = with pkgs; [ arandr authy - calibre bitwarden discord dmenu @@ -92,6 +91,7 @@ ../hm_modules/alacritty.nix ../hm_modules/autorandr.nix + ../hm_modules/biblio.nix ../hm_modules/blender.nix ../hm_modules/bspwm.nix ../hm_modules/cava.nix