feat: calibre

This commit is contained in:
punkfairie 2025-05-31 16:31:43 -07:00
parent 10d169e85b
commit b176aa7368
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6
3 changed files with 3 additions and 1 deletions

View file

@ -24,6 +24,7 @@ in {
home-manager.users."${name}" = { home-manager.users."${name}" = {
marleyos = { marleyos = {
shell.niri.monitors = ["DP-1" "HDMI-A-1"]; shell.niri.monitors = ["DP-1" "HDMI-A-1"];
programs.calibre = enabled;
services.syncthing = enabled; services.syncthing = enabled;
}; };

View file

@ -1,6 +1,6 @@
{ {
lib,
config, config,
lib,
pkgs, pkgs,
... ...
}: let }: let

View file

@ -4,6 +4,7 @@
./amfora ./amfora
./bat.nix ./bat.nix
./btop.nix ./btop.nix
./calibre.nix
./cava.nix ./cava.nix
./CEmu.nix ./CEmu.nix
./cheat.nix ./cheat.nix