mirror of
https://codeberg.org/muon/home.git
synced 2025-12-05 23:57:46 +00:00
13 lines
141 B
Nix
13 lines
141 B
Nix
{ pkgs, lib, ... }: {
|
|
imports = [
|
|
./core
|
|
./system
|
|
./desktop
|
|
./theme
|
|
./server
|
|
./sops
|
|
|
|
# </3
|
|
./unfree
|
|
];
|
|
}
|