nyx/modules/nixos/remote-modules.nix

12 lines
348 B
Nix
Raw Normal View History

2025-01-26 00:36:34 +02:00
{inputs, ...}: {
imports = [
# home manager has been a pia to work with and
# gives really hard to debug errors so I just
# gave up with it so hjem it is
# inputs.home-manager.nixosModules.home-manager
inputs.hjem.nixosModules.default
inputs.hjem-rum.nixosModules.default
2025-01-26 00:36:34 +02:00
inputs.lix-module.nixosModules.default
];
}