Update terminal environment

This commit is contained in:
Nina Chloé Kassandra Reiß
2026-03-18 13:01:23 +01:00
parent a433f8fdde
commit 2d1e641887
3 changed files with 25 additions and 1 deletions

View File

@@ -18,6 +18,17 @@ in
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.extraModulePackages = with config.boot.kernelPackages; [
v4l2loopback
];
boot.kernelModules = [ "v4l2loopback" ];
boot.extraModprobeConfig = ''
options v4l2loopback video_nr=10 card_label=snapcam exclusive_caps=1
'';
networking.hostName = profile.hostname; # Define your hostname.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
@@ -91,6 +102,8 @@ in
libGL
xorg.libX11
appimage-run
libgcrypt
libxcrypt
];
};
@@ -121,7 +134,6 @@ in
services.openssh.enable = true;
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nixpkgs.config.allowUnfree = true;
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions
# on your system were taken. Its perfectly fine and recommended to leave