feat(sleep-or-die): fix my sleep schedule
This commit is contained in:
parent
85701e0e29
commit
6d555ec898
9 changed files with 141 additions and 5 deletions
|
@ -65,6 +65,12 @@
|
|||
url = "https://codeberg.org/amadaluzia/alqages.git";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
gimp-nixpkgs = {
|
||||
type = "github";
|
||||
owner = "jtojnar";
|
||||
repo = "nixpkgs";
|
||||
ref = "gimp-meson";
|
||||
};
|
||||
};
|
||||
outputs = inputs @ {flake-parts, ...}:
|
||||
flake-parts.lib.mkFlake {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue