Add bellado the todo manager
This commit is contained in:
parent
acb40bd978
commit
8c768dc77f
4 changed files with 93 additions and 47 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue