mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-05-07 02:16:33 +05:30
5 lines
78 B
Nix
5 lines
78 B
Nix
{ inputs, ... }:
|
|
{
|
|
imports = [ inputs.flake-parts.flakeModules.modules ];
|
|
}
|