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