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}" = {
|
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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
lib,
|
|
||||||
config,
|
config,
|
||||||
|
lib,
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue