nixos/system/packages.nix
2024-06-12 20:30:14 +02:00

5 lines
80 B
Nix

{pkgs, ...}: {
environment.packages = with pkgs; [
gnome-bluetooth
];
}