14 lines
198 B
Nix
14 lines
198 B
Nix
{
|
|
imports = [
|
|
../../modules/conf.nix
|
|
];
|
|
# variables for system
|
|
conf = {
|
|
monitor = "DP-1";
|
|
gaming = {
|
|
enable = true;
|
|
device = 1;
|
|
};
|
|
hostname = "marmo";
|
|
};
|
|
}
|