nix

configuration files that power my machines
Log | Files | Refs | README | LICENSE

commit 85dac606d00aec41994e794ef228ffe972e0f90b
parent b1ecc3332cb459e31541feee0202c05cdfc6d329
Author: mtmn <miro@haravara.org>
Date:   Tue,  7 Apr 2026 10:51:17 +0200

chore: add work stuff

Diffstat:
Mhosts.nix | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/hosts.nix b/hosts.nix @@ -40,6 +40,8 @@ }; SK-M4KCG42FV9 = { pkgSets = [ + ./modules/mixins/dotfiles + ./hosts/work/overlays ./hosts/work ]; };