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