who needs atomic commits?

This commit is contained in:
twoneis 2024-04-25 03:06:42 +02:00
parent b3464f8df7
commit d8538e9d52
6 changed files with 20 additions and 15 deletions

View file

@ -1,6 +1,3 @@
{ pkgs, ... }: {
{ ... }: {
services.blueman.enable = true;
environment.systemPackages = with pkgs; [
blueman
];
}