mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 16:17:46 +00:00
8 lines
105 B
Nix
8 lines
105 B
Nix
{ pkgs, lib, ... }: {
|
|
imports = [
|
|
./boot.nix
|
|
./network.nix
|
|
./user.nix
|
|
./nix.nix
|
|
];
|
|
}
|