feat: switch to lix from nixpkgs

This commit is contained in:
Tim Schubert 2025-05-17 13:05:33 +02:00
parent 6ca9dde866
commit 0d892a1b7e
No known key found for this signature in database
4 changed files with 35 additions and 124 deletions

View file

@ -1,4 +1,4 @@
{ config, lib, ... }:
{ config, lib, pkgs, ... }:
let
mkDefault = lib.mkDefault;
inputs = config.dadada.inputs;
@ -22,6 +22,8 @@ in
time.timeZone = mkDefault "Europe/Berlin";
nix.package = pkgs.lix;
nix.settings.substituters = [ https://cache.nixos.org/ ];
nix.settings.trusted-public-keys = [