fix(nix): add thelounge config

This commit is contained in:
Lucas Sta Maria 2025-08-13 10:39:50 +00:00
parent 66239b9b29
commit c2c90b9a31
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -158,6 +158,8 @@
services.tailscale.enable = true;
services.thelounge.enable = true;
system.stateVersion = "23.11";
home-manager.users.priime = { pkgs, ... }: { imports = [ ./home.nix ]; };
}