🐛 [pi4] Fix wrong paths, added missing prettier formatter
This commit is contained in:
@ -6,9 +6,9 @@
|
||||
|
||||
{
|
||||
imports = [
|
||||
(lib.custom.relativeToRoot "shared/nix-helper.nix")
|
||||
(lib.custom.relativeToRoot "shared/nixos.nix")
|
||||
(lib.custom.relativeToRoot "shared/shell.nix")
|
||||
(lib.custom.relativeToRoot "shared/modules/nix-helper.nix")
|
||||
(lib.custom.relativeToRoot "shared/modules/nixos.nix")
|
||||
(lib.custom.relativeToRoot "shared/modules/shell.nix")
|
||||
./boot.nix
|
||||
./development.nix
|
||||
./hardware.nix
|
||||
|
@ -7,5 +7,6 @@
|
||||
# Formatters
|
||||
treefmt
|
||||
shfmt
|
||||
];
|
||||
nodePackages.prettier
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user