marleyos/modules/base/default.nix
2025-05-25 17:24:24 -07:00

10 lines
82 B
Nix

{
imports = [
../options
./nix.nix
./stylix
./home.nix
];
}