rose-pine-nix/modules/home-manager/default.nix

13 lines
161 B
Nix
Raw Normal View History

2023-04-19 00:01:16 +00:00
{
2024-05-28 08:15:28 +00:00
config,
lib,
pkgs,
...
}:
{
imports = import ../lib/import-modules.nix {
inherit config lib pkgs;
modules = import ./all-modules.nix;
};
2023-03-27 22:49:50 +00:00
}