Fix on new file and content

This commit is contained in:
Laurent Gueret
2026-02-11 13:23:11 +01:00
parent e75b09a750
commit 6456c71f20
5 changed files with 21 additions and 22 deletions
+1 -6
View File
@@ -1,9 +1,4 @@
{ import-tree, ... }:
{ ... }:
{
imports = [
./partials/users.nix
(import-tree ./apps)
];
nixpkgs.hostPlatform = "aarch64-darwin";
}