From b176aa73682233b5608c54e3d5f7fd49f9215c61 Mon Sep 17 00:00:00 2001 From: punkfairie Date: Sat, 31 May 2025 16:31:43 -0700 Subject: [PATCH] feat: calibre --- hosts/nyx/default.nix | 1 + .../calibre/default.nix => modules/home/programs/calibre.nix | 2 +- modules/home/programs/default.nix | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) rename snowflake/modules/home/programs/gui/calibre/default.nix => modules/home/programs/calibre.nix (100%) diff --git a/hosts/nyx/default.nix b/hosts/nyx/default.nix index be340da..47b1d13 100644 --- a/hosts/nyx/default.nix +++ b/hosts/nyx/default.nix @@ -24,6 +24,7 @@ in { home-manager.users."${name}" = { marleyos = { shell.niri.monitors = ["DP-1" "HDMI-A-1"]; + programs.calibre = enabled; services.syncthing = enabled; }; diff --git a/snowflake/modules/home/programs/gui/calibre/default.nix b/modules/home/programs/calibre.nix similarity index 100% rename from snowflake/modules/home/programs/gui/calibre/default.nix rename to modules/home/programs/calibre.nix index c97597a..190eb5a 100644 --- a/snowflake/modules/home/programs/gui/calibre/default.nix +++ b/modules/home/programs/calibre.nix @@ -1,6 +1,6 @@ { - lib, config, + lib, pkgs, ... }: let diff --git a/modules/home/programs/default.nix b/modules/home/programs/default.nix index ebaa961..4cd0a8d 100644 --- a/modules/home/programs/default.nix +++ b/modules/home/programs/default.nix @@ -4,6 +4,7 @@ ./amfora ./bat.nix ./btop.nix + ./calibre.nix ./cava.nix ./CEmu.nix ./cheat.nix