config.nix/home/default.nix
2026-03-30 22:03:03 +02:00

12 lines
74 B
Nix

{
config,
lib,
pkgs,
...
}:
{
imports = [
./desktop
];
}