This commit is contained in:
Oliver Davies 2024-12-05 19:33:06 +00:00
parent ca9c039575
commit 1b2095eb99
5 changed files with 23 additions and 7 deletions

View file

@ -1,3 +1,6 @@
{
imports = [ ./screenkey.nix ];
imports = [
./peek.nix
./screenkey.nix
];
}