2024-12-30 18:28:50 +00: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 11:33:00 +00:00
|
|
|
|
|
|
|
profiles = {
|
|
|
|
desktop.enable = true;
|
|
|
|
gaming.enable = true;
|
|
|
|
};
|
2024-10-21 14:37:58 +00:00
|
|
|
};
|
|
|
|
|
2024-09-29 21:48:55 +00:00
|
|
|
environment.variables.FLAKE = "/home/nezia/.dotfiles";
|
2024-08-25 19:58:12 +00:00
|
|
|
}
|