Max: Add a template.

This commit is contained in:
Dmitry Voronin 2024-12-10 10:49:19 +03:00
parent 0a72644809
commit 1af42e7768
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k
2 changed files with 41 additions and 1 deletions

View 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;
};
};
};
}

View file

@ -1,4 +1,3 @@
# GPD pocket-like machine.
{ ... }: { { ... }: {
home.nixos.enable = true; home.nixos.enable = true;
user = { user = {