wip: added configuration changes to tuwunel, livekit, lk-jwt-service

This commit is contained in:
2026-02-23 21:53:20 -05:00
parent aea71bb49b
commit f2ae159c67
3 changed files with 112 additions and 46 deletions

View File

@@ -1,18 +1,4 @@
{ lib, pkgs, isNixOS ? true, ... }:
lib.mkIf pkgs.stdenv.isLinux {
home.packages = with pkgs; [
imv
xdg-utils
] ++ lib.optionals isNixOS [
betterdiscordctl
vesktop
xfce.thunar
pavucontrol
godot
aseprite
zathura
gpu-screen-recorder
gpu-screen-recorder-gtk
inetutils
];
}