mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
refactor: modularize audio-prod, audio, wsl, wine, networking
This commit is contained in:
parent
5cbd9e60cb
commit
ee6f29eb57
9 changed files with 200 additions and 73 deletions
20
modules/linux/default.nix
Normal file
20
modules/linux/default.nix
Normal file
|
@ -0,0 +1,20 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
imports = [
|
||||
./audio
|
||||
./audio-prod
|
||||
./core
|
||||
./desktop-portal
|
||||
./distrobox
|
||||
./flatpak
|
||||
./fonts
|
||||
./gaming
|
||||
./greeter
|
||||
./hamachi
|
||||
./networking
|
||||
./spotifyd
|
||||
./stylix
|
||||
./wine
|
||||
./wsl
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue