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

@ -21,6 +21,8 @@
nixpkgs-gsr-ui = {
url = "github:js6pak/nixpkgs/gpu-screen-recorder-ui/init"; # Add `/develop` to the flake URL to use nightly.
};
bellado.url = "github:isabelroses/bellado";
};
@ -30,6 +32,7 @@
home-manager,
nixpkgs-unstable,
nixpkgs-gsr-ui,
bellado,
...
}@inputs:
let
@ -57,7 +60,8 @@
inherit unstable;
inherit inputs;
inherit gsr-ui;
};
inherit bellado;
};
# Specify your home configuration modules here, for example,
# the path to your home.nix.