mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
20 lines
186 B
Nix
20 lines
186 B
Nix
{
|
|
pkgs,
|
|
lib,
|
|
...
|
|
}: {
|
|
imports = [
|
|
./core
|
|
./system
|
|
./desktop
|
|
./theme
|
|
./server
|
|
./sops
|
|
./security
|
|
|
|
./impermanence.nix
|
|
|
|
# </3
|
|
./unfree
|
|
];
|
|
}
|