add watchstate syncer

This commit is contained in:
Vivian 2023-12-26 20:41:25 +01:00
parent f88e0c6932
commit 4761af4659
5 changed files with 46 additions and 23 deletions

View file

@ -20,6 +20,8 @@
sharedModules = [ ./hm-modules inputs.nixvim.homeManagerModules.nixvim ];
};
virtualisation.oci-containers.backend = lib.mkDefault "podman";
# Clean /tmp on boot.
boot.tmp.cleanOnBoot = true;