mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 01:18:26 +02:00
refactor: username
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
{
|
||||
imports = [
|
||||
../base.nix
|
||||
./nix-core.nix
|
||||
|
||||
./apps.nix
|
||||
./system.nix
|
||||
];
|
||||
{mylib, ...}: {
|
||||
imports =
|
||||
(mylib.scanPaths ./.)
|
||||
++ [
|
||||
../base.nix
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user