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 ]; }; }