Run formatter

This commit is contained in:
2023-05-16 22:35:01 +01:00
parent 65583b9494
commit 1e4e09d40d
10 changed files with 31 additions and 32 deletions

View File

@@ -31,7 +31,7 @@
noto-fonts
noto-fonts-cjk
noto-fonts-emoji
(nerdfonts.override {fonts = ["Iosevka"]; })
(nerdfonts.override {fonts = ["Iosevka"];})
ubuntu_font_family
];
@@ -61,8 +61,8 @@
)
];
extraRules = ''
# Raspberry Pi Picoprobe
SUBSYSTEM="usb", ATTRS{idVendor}=="2e8a", ATTRS{idProduct}=="0003", MODE="0666"
# Raspberry Pi Picoprobe
SUBSYSTEM="usb", ATTRS{idVendor}=="2e8a", ATTRS{idProduct}=="0003", MODE="0666"
'';
};