2025-02-17 16:48:14 +02:00
|
|
|
{inputs, ...}: {
|
|
|
|
imports = [
|
2025-02-17 20:22:15 +02:00
|
|
|
# Fork of nix
|
|
|
|
inputs.lix-module.nixosModules.default
|
|
|
|
# My own modules like rEFInd for nixos
|
|
|
|
inputs.haipkgs.nixosModules.default
|
|
|
|
# Chaotic nyx stuff (mostly for chos kernel)
|
|
|
|
inputs.chaotic.nixosModules.default
|
2025-02-17 16:48:14 +02:00
|
|
|
# TODO replace with hjem once possible
|
|
|
|
inputs.home-manager.nixosModules.home-manager
|
|
|
|
];
|
|
|
|
}
|