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