Max: Add a template.
This commit is contained in:
parent
0a72644809
commit
1af42e7768
41
host/x86_64-linux/max/default.nix
Normal file
41
host/x86_64-linux/max/default.nix
Normal file
|
@ -0,0 +1,41 @@
|
|||
{ ... }: {
|
||||
home.nixos.enable = true;
|
||||
user = {
|
||||
root = true;
|
||||
voronind = true;
|
||||
};
|
||||
|
||||
module = {
|
||||
builder.client.enable = true;
|
||||
package.extra = true;
|
||||
print.enable = true;
|
||||
syncthing.enable = true;
|
||||
purpose = {
|
||||
creativity = true;
|
||||
gaming = true;
|
||||
laptop = true;
|
||||
work = true;
|
||||
};
|
||||
display = {
|
||||
primary = "DSI-1";
|
||||
# rotate = {
|
||||
# tty = 90;
|
||||
# DSI-1 = 90;
|
||||
# };
|
||||
};
|
||||
# sway.extraConfig = [
|
||||
# "input type:touch map_to_output DSI-1"
|
||||
# ];
|
||||
hwmon = {
|
||||
# file = "temp1_input";
|
||||
# path = "/sys/devices/platform/coretemp.0/hwmon";
|
||||
};
|
||||
amd = {
|
||||
gpu.enable = true;
|
||||
cpu = {
|
||||
enable = true;
|
||||
powersave = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
|
@ -1,4 +1,3 @@
|
|||
# GPD pocket-like machine.
|
||||
{ ... }: {
|
||||
home.nixos.enable = true;
|
||||
user = {
|
||||
|
|
Loading…
Reference in a new issue