flake/nixos/profiles/desktop/default.nix

8 lines
96 B
Nix
Raw Normal View History

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