From 9b026f8a0500584e8086ead7a9d0224782751bf8 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Wed, 11 Jan 2023 12:01:05 +0100 Subject: [PATCH] Biblio module --- hm_modules/biblio.nix | 3 +++ odin/hm.nix | 2 +- thor/hm.nix | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 hm_modules/biblio.nix 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