fix deprecations and add sdr stuff

This commit is contained in:
2024-11-25 10:32:26 +01:00
parent 30d45c55f6
commit f9bb7a157a
7 changed files with 83 additions and 3 deletions

View File

@ -33,6 +33,8 @@
extraPackages = [pkgs.vaapiVdpau];
};
hardware.rtl-sdr.enable = true;
hardware.bluetooth.enable = true;
security.pam.services.swaylock = {};
@ -111,7 +113,7 @@
users.users.patrick = {
isNormalUser = true;
extraGroups = ["wheel"];
extraGroups = ["wheel" "plugdev"];
};
environment.systemPackages = with pkgs; [