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

7 lines
73 B
Nix
Raw Normal View History

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