feat: calibre
This commit is contained in:
parent
10d169e85b
commit
b176aa7368
3 changed files with 3 additions and 1 deletions
|
@ -24,6 +24,7 @@ in {
|
|||
home-manager.users."${name}" = {
|
||||
marleyos = {
|
||||
shell.niri.monitors = ["DP-1" "HDMI-A-1"];
|
||||
programs.calibre = enabled;
|
||||
services.syncthing = enabled;
|
||||
};
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
lib,
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
|
@ -4,6 +4,7 @@
|
|||
./amfora
|
||||
./bat.nix
|
||||
./btop.nix
|
||||
./calibre.nix
|
||||
./cava.nix
|
||||
./CEmu.nix
|
||||
./cheat.nix
|
||||
|
|
Loading…
Reference in a new issue