mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 17:37:43 -04:00
Adding mini-watcher
This commit is contained in:
parent
79648976a5
commit
5fbfb7ed7e
5 changed files with 78 additions and 0 deletions
8
modules/home-manager/hosts/mini-watcher/gene.nix
Normal file
8
modules/home-manager/hosts/mini-watcher/gene.nix
Normal 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
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue