17 lines
172 B
Nix
17 lines
172 B
Nix
{
|
|
imports = [
|
|
# Programs
|
|
./apps
|
|
|
|
# # System
|
|
./components
|
|
# ./desktop-environments
|
|
|
|
# Profiles
|
|
./profiles
|
|
|
|
# Secrets
|
|
../secrets
|
|
];
|
|
}
|