Run formatter
This commit is contained in:
@@ -4,7 +4,10 @@
|
||||
lib,
|
||||
...
|
||||
}: let
|
||||
mkUser = {userName, uid}: {
|
||||
mkUser = {
|
||||
userName,
|
||||
uid,
|
||||
}: {
|
||||
isNormalUser = true;
|
||||
home = "/home/${userName}";
|
||||
initialPassword = "password";
|
||||
@@ -18,7 +21,6 @@
|
||||
userName = "daniel";
|
||||
uid = 1000;
|
||||
};
|
||||
|
||||
in {
|
||||
# Use the systemd-boot EFI boot loader.
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
@@ -79,6 +81,7 @@ in {
|
||||
git
|
||||
htop
|
||||
helix
|
||||
jq
|
||||
nnn
|
||||
ripgrep
|
||||
wget
|
||||
|
||||
@@ -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"
|
||||
'';
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user