mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
7 lines
91 B
Nix
7 lines
91 B
Nix
{ pkgs, lib, ... }: {
|
|
imports = [
|
|
./boot.nix
|
|
./network.nix
|
|
./user.nix
|
|
];
|
|
}
|