mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 09:28:27 +02:00
feat: refactoring configuration with options to make it more modular
This commit is contained in:
@@ -1,13 +1,3 @@
|
||||
{...}: {
|
||||
imports = [
|
||||
./shells
|
||||
./tmux
|
||||
./zellij
|
||||
|
||||
./bat.nix
|
||||
./btop.nix
|
||||
./core.nix
|
||||
./git.nix
|
||||
./starship.nix
|
||||
];
|
||||
{mylib, ...}: {
|
||||
imports = mylib.scanPaths ./.;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user