mirror of
https://github.com/blahai/nyx.git
synced 2025-02-23 15:55:08 +00:00
6 lines
131 B
Nix
6 lines
131 B
Nix
{inputs, ...}: {
|
|
imports = [
|
|
inputs.home-manager.nixosModules.home-manager
|
|
inputs.lix-module.nixosModules.default
|
|
];
|
|
}
|