mirror of
https://github.com/youwen5/nixos.git
synced 2025-01-18 05:02:10 -08:00
20 lines
247 B
Nix
20 lines
247 B
Nix
{ lib, ... }:
|
|
{
|
|
imports = [
|
|
./audio
|
|
./audio-prod
|
|
./core
|
|
./desktop-portal
|
|
./distrobox
|
|
./flatpak
|
|
./fonts
|
|
./gaming
|
|
./greeter
|
|
./hamachi
|
|
./networking
|
|
./spotifyd
|
|
./stylix
|
|
./wine
|
|
./wsl
|
|
];
|
|
}
|