mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 02:28:37 +02:00
9 lines
124 B
Nix
9 lines
124 B
Nix
{ inputs, ... }: {
|
|
|
|
flake.modules.nixos.common = { ... }: {
|
|
|
|
imports = [ inputs.home-manager.nixosModules.default ];
|
|
};
|
|
|
|
}
|