Files
home-manager/profile.nix
Nina Chlóe Kassandra Reiß 8df205457a Establish baseline
2026-04-20 04:21:11 +02:00

13 lines
305 B
Nix

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