mirror of
https://github.com/blahai/nyx.git
synced 2025-02-23 20:05:10 +00:00
11 lines
348 B
Nix
11 lines
348 B
Nix
{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
|
|
inputs.lix-module.nixosModules.default
|
|
];
|
|
}
|