This commit is contained in:
Aleksandr 2025-06-09 00:04:28 +00:00
parent 2391c0fea7
commit 68339c7f4e
6 changed files with 23 additions and 3 deletions

View file

@ -4,7 +4,10 @@
[ (modulesPath + "/installer/scan/not-detected.nix")
];
services.blueman.enable = true;
hardware.bluetooth = {
enable = true;
powerOnBoot = true;
};
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelModules = [

View file

@ -1,11 +1,15 @@
{ config, lib, pkgs, ... }:
{
services.blueman.enable = true;
environment.systemPackages = with pkgs; [
# Nuh uh society.
ayugram-desktop
vesktop
slack
signal-desktop
# Drugs, child porn, YouTube.
tor-browser
];
}