mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 18:15:13 -05:00
refactor: changed .pkgs to with pkgs
This commit is contained in:
parent
f9e007e4ae
commit
e4ba94bbf2
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
programs.adb.enable = true;
|
programs.adb.enable = true;
|
||||||
services.udev.packages = [
|
services.udev.packages = with pkgs; [
|
||||||
pkgs.android-udev-rules
|
android-udev-rules
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue