flocon/hosts/solaire/default.nix

17 lines
343 B
Nix
Raw Normal View History

_: {
imports = [./hardware-configuration.nix ./config/theme.nix ./config/nvidia.nix];
local = {
systemVars = {
hostName = "solaire";
username = "nezia";
};
homeVars = {
fullName = "Anthony Rodriguez";
email = "anthony@nezia.dev";
};
};
environment.variables.FLAKE = "/home/nezia/.dotfiles";
2024-08-25 19:58:12 +00:00
}