mirror of
https://codeberg.org/muon/home.git
synced 2026-03-09 03:53:11 +00:00
12 lines
130 B
Nix
12 lines
130 B
Nix
{ pkgs, lib, ... }: {
|
|
imports = [
|
|
./core
|
|
./system
|
|
./desktop
|
|
./theme
|
|
./server
|
|
|
|
# </3
|
|
./unfree
|
|
];
|
|
}
|