switch to lix flake

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-06-29 14:40:01 +03:00
parent 24b195b766
commit 9034502635
3 changed files with 93 additions and 7 deletions

View File

@ -1,10 +1,12 @@
{
pkgs,
# pkgs,
inputs,
lib,
...
}: {
imports = with inputs; [lix.nixosModules.default];
nix = {
package = pkgs.lixPackageSets.latest.lix;
# package = pkgs.lixPackageSets.latest.lix;
channel.enable = false;
daemonCPUSchedPolicy = "idle";
optimise = {