mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-02 23:21:02 +01:00
Reduce maintenance burden and increase efficiency by automatically importing modules following a specific convention. Co-authored-by: awwpotato <awwpotato@voidq.com> Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
7 lines
69 B
Nix
7 lines
69 B
Nix
{
|
|
imports = [
|
|
./i3.nix
|
|
./sway.nix
|
|
./swaynag.nix
|
|
];
|
|
}
|