feat: install lact
This commit is contained in:
parent
71b5abc015
commit
af711e59c3
2 changed files with 8 additions and 2 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue