mirror of
https://github.com/EdenQwQ/nixos.git
synced 2025-12-26 10:14:58 +08:00
14 lines
160 B
Nix
14 lines
160 B
Nix
{
|
|
imports = [
|
|
./desktop
|
|
./shell
|
|
./coding
|
|
./terminal
|
|
./utils
|
|
./browser
|
|
./documents
|
|
./network
|
|
./study
|
|
# ./social
|
|
];
|
|
}
|