fix: better style

This commit is contained in:
Ranomier 2025-05-08 20:30:50 +02:00
parent 698983167b
commit 2da8170c98
6 changed files with 9 additions and 14 deletions

View file

@ -1,5 +1,3 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
brave
];
environment.systemPackages = [ pkgs.brave ];
}