Files
home-manager/profile.nix
Nina Chlóe Kassandra Reiß 64817ef4ff Add ssh and git configuration
2026-04-20 15:59:52 +02:00

13 lines
277 B
Nix

{
username = "nichkara";
hostname = "kathleen";
hashed-password = "$y$j9T$51IqmPE8iKV9NmF89vaK40$TJFaBOiMgcxYRWxyj3M5q47QWAIzMbwDhSoqLM3EPk4";
interface = "hyprland";
modules = {
base = true;
office = false;
development = true;
science = true;
};
}