add nyx-loner for cachyos kernel

This commit is contained in:
2026-05-03 13:04:18 -03:00
parent 4c6f2647f2
commit fcd631d238
5 changed files with 8 additions and 8 deletions
+7
View File
@@ -63,10 +63,17 @@
overlay.enable = true;
};
services.printing.enable = false;
services = {
flatpak = {
enable = true;
};
};
nixpkgs.config = {
problems.handlers = {
cups.broken = "warn";
};
};
}