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