flake/nixos/profiles/laptop/default.nix

6 lines
45 B
Nix
Raw Normal View History

{...}: {
imports = [
2023-11-20 12:21:34 +00:00
../desktop
];
}