Add Peaclock home module and wrappers input

Enable Peaclock in the user’s home configuration and add a new
`wrappers` input to the flake. System‑level Peaclock references are
commented out, and default and digital config files for Peaclock are
included.
This commit is contained in:
2026-01-03 18:00:23 +01:00
parent 591e42fe61
commit 2881d84c16
12 changed files with 120 additions and 5 deletions

View File

@@ -54,6 +54,11 @@
url = "git+https://gitea.garandplg.com/GarandPLG/garandos-tui?ref=main";
inputs.nixpkgs.follows = "nixpkgs";
};
wrappers = {
url = "github:lassulus/wrappers";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = {