Adding mini-watcher

This commit is contained in:
Gene Liverman 2024-01-26 23:57:27 -05:00
parent 79648976a5
commit 5fbfb7ed7e
5 changed files with 78 additions and 0 deletions

View file

@ -0,0 +1,8 @@
{ pkgs, genebean-omp-themes, ... }: {
home.stateVersion = "23.11";
imports = [
../../common/all-cli.nix
../../common/all-linux.nix
../../common/hm-sops.nix
];
}