mirror of
https://github.com/EdenQwQ/nixos.git
synced 2025-12-27 02:44:58 +08:00
13 lines
176 B
Nix
13 lines
176 B
Nix
{
|
|
imports = [
|
|
./basic.nix
|
|
./doas.nix
|
|
./niri.nix
|
|
./ai.nix
|
|
./swhkd.nix
|
|
# ./maomaowm.nix
|
|
# ./hellwm.nix
|
|
# ./miracle-wm.nix
|
|
./sway.nix
|
|
];
|
|
}
|