This commit is contained in:
Hadi
2024-05-17 14:44:56 +02:00
parent cc1efb2588
commit 5fe726fd20
6 changed files with 55 additions and 53 deletions

View File

@@ -64,7 +64,10 @@ in {
environment.systemPackages = with pkgs; [ networkmanagerapplet ];
nixpkgs.config.permittedInsecurePackages = [ "electron-25.9.0" "nix-2.16.2" ];
nixpkgs.config.permittedInsecurePackages = [
"electron-25.9.0"
"nix-2.16.2"
]; # TODO: Remove this if not needed anymore
hardware.bluetooth = {
enable = true;