Add bellado the todo manager

This commit is contained in:
BuyMyMojo 2025-04-01 08:00:56 +11:00
parent acb40bd978
commit 8c768dc77f
Signed by untrusted user who does not match committer: aria
GPG key ID: 19AB7AA462B8AB3B
4 changed files with 93 additions and 47 deletions

View file

@ -11,6 +11,7 @@
imports = [
inputs.moonlight.homeModules.default
inputs.bellado.homeManagerModules.default
];
nixpkgs = {
@ -214,6 +215,11 @@
];
};
programs.bellado = {
enable = true;
enableAliases = true;
};
# === ssh ===
programs.ssh.enable = true;
programs.ssh.addKeysToAgent = "yes";