From 93c301f9ae3887bd261ec4c7822d97c960cf3a31 Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Wed, 13 Aug 2025 10:39:50 +0000 Subject: [PATCH] fix(nix): add service configs --- nix/hosts/chaewon/sys.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nix/hosts/chaewon/sys.nix b/nix/hosts/chaewon/sys.nix index 15794ce..465994b 100644 --- a/nix/hosts/chaewon/sys.nix +++ b/nix/hosts/chaewon/sys.nix @@ -158,6 +158,10 @@ services.tailscale.enable = true; + services.thelounge.enable = true; + + services.stirling-pdf.enable = true; + system.stateVersion = "23.11"; home-manager.users.priime = { pkgs, ... }: { imports = [ ./home.nix ]; }; }