ref(nix): use {} instead of {...}: {}

This commit is contained in:
Léana 江 2024-02-13 08:42:36 +01:00 committed by Léana 江
parent 0ac4bf54c4
commit f64c16b0ec
11 changed files with 11 additions and 11 deletions

View file

@ -63,7 +63,7 @@ in {
useGlobalPkgs = true;
useUserPackages = true;
extraSpecialArgs = args;
users.leana = {...}: {imports = [./home/common (./home/leana + "@${hostname}")];};
users.leana.imports = [./home/common (./home/leana + "@${hostname}")];
};
}
];