nichts/modules/programs/cli/module.nix

7 lines
57 B
Nix
Raw Normal View History

2024-07-31 02:09:58 +02:00
_: {
imports = [
./nh.nix
2024-11-04 01:20:09 +01:00
# ./beets.nix
2024-07-31 02:09:58 +02:00
];
}