merge zenix onto alpine

This commit is contained in:
Tristan 2025-10-24 10:30:24 +01:00
commit e8ebe67ad1
8 changed files with 136 additions and 103 deletions

View file

@ -66,6 +66,14 @@
hardware.cpu.amd.updateMicrocode = true;
hardware.cpu.x86.msr.enable = true;
hardware.amdgpu = {
opencl.enable = true;
amdvlk = {
enable = true;
support32Bit.enable = true;
};
};
networking.hostName = "zenix";
services.openssh.enable = true;
@ -77,8 +85,8 @@
home-manager.users.${user}.imports = [
{
home.stateVersion = "22.05";
programs.niri.settings.outputs = {
"DP-3" = {
programs.niri.settings = {
outputs."HP Inc. HP 24x 1CR9500W9Q" = {
mode = {
width = 1920;
height = 1080;
@ -87,7 +95,7 @@
variable-refresh-rate = true;
scale = 1.0;
};
"HDMI-A-1" = {
outputs."HDMI-A-1" = {
mode = {
width = 3840;
height = 2160;