sisyphus/nixos/modules/programs/default.nix

6 lines
42 B
Nix
Raw Normal View History

2023-10-17 23:14:25 +02:00
{
imports = [
./home-manager
];
}