nixos-config/modules/default.nix
2025-01-18 21:11:03 -05:00

7 lines
64 B
Nix

{ ... }:
{
imports = [
./backup.nix
./niri.nix
];
}