flake/nixos/profiles/desktop/default.nix

7 lines
96 B
Nix

{...}: {
imports = [
../common/core
../common/graphical
../common/physical
];
}