Biblio module
This commit is contained in:
parent
3b754dee00
commit
9b026f8a05
3 changed files with 5 additions and 2 deletions
3
hm_modules/biblio.nix
Normal file
3
hm_modules/biblio.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
{ pkgs, ... }: {
|
||||||
|
home.packages = with pkgs;[ calibre mangal ];
|
||||||
|
}
|
||||||
|
|
@ -9,7 +9,6 @@
|
||||||
arandr
|
arandr
|
||||||
authy
|
authy
|
||||||
bitwarden
|
bitwarden
|
||||||
calibre
|
|
||||||
cava
|
cava
|
||||||
discord
|
discord
|
||||||
dmenu
|
dmenu
|
||||||
|
|
@ -99,6 +98,7 @@
|
||||||
|
|
||||||
../hm_modules/alacritty.nix
|
../hm_modules/alacritty.nix
|
||||||
../hm_modules/autorandr.nix
|
../hm_modules/autorandr.nix
|
||||||
|
../hm_modules/biblio.nix
|
||||||
../hm_modules/blender.nix
|
../hm_modules/blender.nix
|
||||||
../hm_modules/bspwm.nix
|
../hm_modules/bspwm.nix
|
||||||
../hm_modules/cava.nix
|
../hm_modules/cava.nix
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,6 @@
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
arandr
|
arandr
|
||||||
authy
|
authy
|
||||||
calibre
|
|
||||||
bitwarden
|
bitwarden
|
||||||
discord
|
discord
|
||||||
dmenu
|
dmenu
|
||||||
|
|
@ -92,6 +91,7 @@
|
||||||
|
|
||||||
../hm_modules/alacritty.nix
|
../hm_modules/alacritty.nix
|
||||||
../hm_modules/autorandr.nix
|
../hm_modules/autorandr.nix
|
||||||
|
../hm_modules/biblio.nix
|
||||||
../hm_modules/blender.nix
|
../hm_modules/blender.nix
|
||||||
../hm_modules/bspwm.nix
|
../hm_modules/bspwm.nix
|
||||||
../hm_modules/cava.nix
|
../hm_modules/cava.nix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue