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

17
flake.lock generated
View file

@ -424,22 +424,6 @@
"type": "github" "type": "github"
} }
}, },
"nixpkgs-unstable": {
"locked": {
"lastModified": 1758446476,
"narHash": "sha256-5rdAi7CTvM/kSs6fHe1bREIva5W3TbImsto+dxG4mBo=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "a1f79a1770d05af18111fbbe2a3ab2c42c0f6cd0",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"pyproject-build-systems": { "pyproject-build-systems": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs": [
@ -503,7 +487,6 @@
"nix-cfg-extra": "nix-cfg-extra", "nix-cfg-extra": "nix-cfg-extra",
"nixpkgs": "nixpkgs", "nixpkgs": "nixpkgs",
"nixpkgs-stable": "nixpkgs-stable", "nixpkgs-stable": "nixpkgs-stable",
"nixpkgs-unstable": "nixpkgs-unstable",
"sops-nix": "sops-nix", "sops-nix": "sops-nix",
"systems": "systems_3", "systems": "systems_3",
"vscode-server": "vscode-server" "vscode-server": "vscode-server"

View file

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

View file

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