Files
nixos/profile.nix.template
2026-02-27 16:05:00 +01:00

13 lines
305 B
Plaintext

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