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.

1. Modifying default.nix

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.

2. Apply the change

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.


Capture_d_écran_du_2025-09-22_11-03-02

LACT is now installed.



🌐 www.gaminglinux.frDiscord-Symbol-Blurple Discord GLF


© 2025 GLF