flake/nixos/modules/myFlake/boot/default.nix

6 lines
45 B
Nix
Raw Normal View History

{...}: {
2023-10-05 18:09:04 +08:00
imports = [
2023-09-19 08:17:43 +08:00
./boot.nix
];
}