feat: install lact

This commit is contained in:
wi11-holdsworth 2025-09-24 18:30:53 +10:00
parent 71b5abc015
commit af711e59c3
2 changed files with 8 additions and 2 deletions

View file

@ -20,7 +20,7 @@ in
wine
wine64
winetricks
# keep-sorted end
# keep-sorted end
];
programs = {
@ -31,6 +31,11 @@ in
};
};
services.lact = {
enable = true;
settings = { };
};
# latest kernel
boot.kernelPackages = pkgs.linuxPackages_latest;
};