feat(sleep-or-die): fix my sleep schedule

This commit is contained in:
Artur Manuel 2025-02-24 02:50:37 +00:00
commit 6d555ec898
Signed by: amadaluzia
SSH key fingerprint: SHA256:Zwg7gBuZyaG48ucAZneJwltiXu0+tJb7c3lYt9AYlLg
9 changed files with 141 additions and 5 deletions

View file

@ -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 {