mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-07 07:09:15 +00:00
ref(nix): use {} instead of {...}: {}
This commit is contained in:
parent
0ac4bf54c4
commit
f64c16b0ec
11 changed files with 11 additions and 11 deletions
|
|
@ -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}")];
|
||||
};
|
||||
}
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue