flake/nixos/profiles/laptop/default.nix

9 lines
117 B
Nix
Raw Normal View History

{...}: {
imports = [
2024-01-09 18:13:52 +00:00
../common/core
../common/graphical
../common/physical
2024-01-17 04:47:27 +00:00
../common/mobile
];
}