add home for titan

This commit is contained in:
cy 2024-12-28 22:27:48 -05:00
parent c24f8a0539
commit 2dafd991c0
3 changed files with 55 additions and 0 deletions

View file

@ -145,6 +145,14 @@
./home/yt/chunk.nix
];
};
"yt@titan" = home-manager.lib.homeManagerConfiguration {
pkgs = pkgsFor.x86_64-linux;
extraSpecialArgs = { inherit inputs outputs; };
modules = [
./home/yt/titan.nix
];
};
};
};
}