add stevenblack blocklist

This commit is contained in:
tristan 2024-03-05 20:34:12 +00:00
commit 4ea85b9368
5 changed files with 23 additions and 11 deletions

View file

@ -1,4 +1,7 @@
{pkgs, config, ...}: {
{
pkgs,
...
}: {
home.packages = with pkgs; [
monado
];
@ -26,5 +29,4 @@
# }
# '';
# };
}