mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-24 17:58:30 +02:00
feat: refactoring configuration with options to make it more modular
This commit is contained in:
3
home/linux/desktop/base/default.nix
Normal file
3
home/linux/desktop/base/default.nix
Normal file
@@ -0,0 +1,3 @@
|
||||
{mylib, ...}: {
|
||||
imports = mylib.scanPaths ./.;
|
||||
}
|
||||
Reference in New Issue
Block a user