From c2c90b9a31c5d2e952d2a87ad62b98c2718ce5c8 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 thelounge config --- nix/hosts/chaewon/sys.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/hosts/chaewon/sys.nix b/nix/hosts/chaewon/sys.nix index 15794ce..8cacdba 100644 --- a/nix/hosts/chaewon/sys.nix +++ b/nix/hosts/chaewon/sys.nix @@ -158,6 +158,8 @@ services.tailscale.enable = true; + services.thelounge.enable = true; + system.stateVersion = "23.11"; home-manager.users.priime = { pkgs, ... }: { imports = [ ./home.nix ]; }; }