making greasemonkey scripts part of the home.nix

This commit is contained in:
Chris Cochrun 2025-03-05 09:57:50 -06:00
parent 7d87236b32
commit 4991e75378
6 changed files with 46 additions and 2 deletions

12
modules/blocky.nix Normal file
View file

@ -0,0 +1,12 @@
{ pkgs, lib, config, ... }:
{
services = {
blocky = {
enable = true;
settings = {
};
};
};
}