Files
nixos/profile.nix.template
2026-02-27 11:35:12 +01:00

13 lines
304 B
Plaintext

{
username = "nichkara";
hostname = "amelia";
hashedPassword = "$y$j9T$W72kGNL9hSTiN7CjnUpqH1$uyE1OzYN4kvbhhylX7pwRmLYYYmouRPVGIDZKwx8YW8";
interface = "hyprland";
modules = {
base = true;
office = false;
development = false;
science = false;
};
}