mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
13 lines
183 B
Nix
13 lines
183 B
Nix
{
|
|
inputs,
|
|
tree,
|
|
...
|
|
}: {
|
|
imports =
|
|
(with tree.nixos.profiles; [
|
|
uefi
|
|
])
|
|
++ [
|
|
inputs.nixos-hardware.outputs.nixosModules.framework-13-7040-amd
|
|
];
|
|
}
|