really switching to lix now

This commit is contained in:
Charlie Root 2024-08-22 20:56:58 +02:00
commit 4773f8d79a
4 changed files with 16 additions and 11 deletions

View file

@ -1,9 +1,15 @@
# credits to raf
{pkgs, ...}: {
{
inputs,
pkgs,
...
}: {
imports = [
./documentation.nix # nixos documentation
./nixpkgs.nix # global nixpkgs configuration.nix
./registry.nix
inputs.lix-module.nixosModules.default
];
nix = {