For those who wish to install LACT on GLF OS, here is the procedure to follow:
Important
Before you begin, please read the documentation on custom configuration.
We will modify the /etc/nixos/CustomConfig/default.nix file to add these lines:
environment.systemPackages = with pkgs; [
# Add your stable apps here (example: pkgs.btop)
# Add your unstable apps here (example: pkgs-unstable.btop)
pkgs-unstable.lact
];
# Add your custom configuration here ↓
systemd.services.lact.enable = true;
systemd.services.lactd.enable = true;
systemd.services.lact.wantedBy = [‘multi-user.target’];
systemd.services.lactd.wantedBy = [‘multi-user.target’];
systemd.packages = with pkgs-unstable; [lact];
}
Do not forget to save the changes you have just made.
Once you have made the change to the /etc/nixos/CustomConfig/default.nix file, you need to run the command: glf-update
Then restart the machine.

LACT is now installed.
© 2025 GLF