1757629288

This commit is contained in:
2025-09-11 16:21:28 -06:00
parent ff3606acaf
commit a29badb7ed
2 changed files with 4 additions and 2 deletions

View File

@@ -62,7 +62,6 @@
# Desktop applications
bitwarden-desktop
thunderbird
vlc
streamrip
supersonic

View File

@@ -9,6 +9,9 @@
localNetworkGameTransfers.openFirewall = true;
};
# Thunderbird
programs.thunderbird.enable = true;
# OBS
programs.obs-studio = {
enable = true;
@@ -17,4 +20,4 @@
programs.obs-studio.package = (pkgs.obs-studio.override {
cudaSupport = true;
});
}
}