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