flake/nixos/profiles/desktop/default.nix

8 lines
96 B
Nix
Raw Normal View History

2024-01-10 02:13:52 +08:00
{...}: {
2023-10-15 08:51:56 +08:00
imports = [
2023-12-30 22:41:46 +08:00
../common/core
../common/graphical
2024-01-10 02:13:52 +08:00
../common/physical
2023-10-15 08:51:56 +08:00
];
}