laptop: tweaks

This commit is contained in:
Lgmrszd 2025-10-16 12:29:46 +04:00
parent 6d597df30d
commit 1688632231
No known key found for this signature in database
GPG key ID: 9396B8BA6FBB14DE
3 changed files with 16 additions and 18 deletions

View file

@ -386,6 +386,8 @@ in
kdePackages.akonadi-import-wizard
kdePackages.flatpak-kcm
mono # for Duck Game Rebuit
git
git-crypt
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
@ -457,6 +459,11 @@ in
settings.PermitRootLogin = "no";
};
services.mullvad-vpn = {
enable = true;
package = pkgs.mullvad-vpn;
};
# Open ports in the firewall.
networking.firewall.trustedInterfaces = [ "p2p-wl+" "tailscale0" ];
# 24800 for input-leap

View file

@ -228,7 +228,7 @@
programs.floorp = {
enable = true;
# package = pkgs.unstable.floorp-bin;
};
# ---------
@ -276,7 +276,15 @@
programs.obs-studio = {
enable = true;
package = (
pkgs.obs-studio.override {
cudaSupport = true;
}
);
plugins = with pkgs.obs-studio-plugins; [
obs-websocket
obs-vkcapture
obs-pipewire-audio-capture
obs-tuna