mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-05-18 18:36:05 -07:00
10 lines
197 B
Nix
10 lines
197 B
Nix
{ lib, ... }:
|
|
{
|
|
imports = [
|
|
../../programs/beancount.nix
|
|
../../programs/borg.nix
|
|
../../programs/yt-dlp.nix
|
|
];
|
|
options.modules.base-plus.enable = lib.mkEnableOption "base-plus";
|
|
}
|