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

@ -18,12 +18,13 @@
link2c.enable = true;
plasma.enable = true;
# keep-sorted end
# config
boot.initrd.luks.devices."luks-b164af31-c1c3-4b4e-83c8-eb39802c2027".device =
"/dev/disk/by-uuid/b164af31-c1c3-4b4e-83c8-eb39802c2027";
hardware.amdgpu.overdrive.enable = true;
services.btrfs.autoScrub.enable = true;
system.stateVersion = "24.11";

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;
};