2024-12-30 19:28:50 +01:00
|
|
|
_: {
|
|
|
|
imports = [./hardware-configuration.nix ./config/theme.nix ./config/nvidia.nix];
|
|
|
|
|
|
|
|
local = {
|
|
|
|
systemVars = {
|
|
|
|
hostName = "solaire";
|
|
|
|
username = "nezia";
|
|
|
|
};
|
|
|
|
homeVars = {
|
|
|
|
fullName = "Anthony Rodriguez";
|
|
|
|
email = "anthony@nezia.dev";
|
|
|
|
};
|
2025-01-14 12:33:00 +01:00
|
|
|
|
|
|
|
profiles = {
|
|
|
|
desktop.enable = true;
|
|
|
|
gaming.enable = true;
|
|
|
|
};
|
2025-01-14 13:58:52 +01:00
|
|
|
|
|
|
|
modules = {
|
|
|
|
hyprland.enable = true;
|
|
|
|
};
|
2024-10-21 16:37:58 +02:00
|
|
|
};
|
|
|
|
|
2024-09-29 23:48:55 +02:00
|
|
|
environment.variables.FLAKE = "/home/nezia/.dotfiles";
|
2024-08-25 21:58:12 +02:00
|
|
|
}
|