mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-06 00:51:04 +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>
6 lines
62 B
Nix
6 lines
62 B
Nix
{
|
|
imports = [
|
|
./gammastep.nix
|
|
./redshift.nix
|
|
];
|
|
}
|