13 lines
277 B
Nix
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;
|
|
};
|
|
}
|