flake/users/guanranwang/nixos/profiles/laptop/default.nix

8 lines
94 B
Nix
Raw Normal View History

2023-12-30 14:41:46 +00:00
{...}: {
imports = [
../common/core
../common/graphical
../common/mobile
];
}