refactor: username

This commit is contained in:
Ryan Yin
2023-12-25 11:31:18 +08:00
parent d2a1bb18eb
commit 3b548b581c
6 changed files with 21 additions and 34 deletions

View File

@@ -1,9 +1,7 @@
{
imports = [
../base.nix
./nix-core.nix
./apps.nix
./system.nix
];
{mylib, ...}: {
imports =
(mylib.scanPaths ./.)
++ [
../base.nix
];
}