making greasemonkey scripts part of the home.nix
This commit is contained in:
parent
7d87236b32
commit
4991e75378
6 changed files with 46 additions and 2 deletions
12
modules/blocky.nix
Normal file
12
modules/blocky.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ pkgs, lib, config, ... }:
|
||||
|
||||
{
|
||||
services = {
|
||||
blocky = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue