major changes

This commit is contained in:
kenji
2025-07-01 08:55:17 -05:00
parent 945ed455c9
commit b37edeed36
6 changed files with 21 additions and 7 deletions
+8
View File
@@ -2,5 +2,13 @@
environment.systemPackages = with pkgs; [
glxinfo
vulkan-tools
lact
];
systemd.packages = with pkgs; [
lact
];
systemd.services.lactd = {
enable = true;
wantedBy = ["multi-user.target"];
};
}