nixos-config/backup/modules/system/default.nix

4 lines
84 B
Nix
Raw Normal View History

2021-10-07 09:59:54 +02:00
{ pkgs, config, lib, modulesPath, ... }: {
imports = [ ./boot ./core ./nixos ];
2021-10-05 23:45:02 +02:00
}