Merge pull request 'chore(update): remove lix patch, minor waybar changes' (#2) from update into main

Reviewed-on: https://git.cnix.dev/cnst/cnix/pulls/2
This commit was merged in pull request #2.
This commit is contained in:
2025-09-18 20:00:32 +02:00
9 changed files with 149 additions and 114 deletions

View File

@@ -21,8 +21,9 @@
"usbhid"
"sd_mod"
];
boot.initrd.kernelModules = [ "amdgpu" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [
"amdgpu"
"kvm-amd"
"i2c-dev"
];

View File

@@ -4,7 +4,7 @@
kernel = {
variant = "latest";
hardware = [ "amd" ];
extraKernelParams = [ "amdgpu.dcdebugmask=0x10" ];
extraKernelParams = [ ];
};
loader = {
default = {
@@ -171,8 +171,8 @@
kanata = {
enable = true;
};
libvirtd = {
enable = true;
virtualisation = {
enable = false;
};
locate = {
enable = true;