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

5 lines
79 B
Nix
Raw Normal View History

{ lib, pkgs, ... }@args:
2023-04-18 17:01:16 -07:00
{
imports = import ../lib/mkImports.nix args ./.;
2023-03-27 15:49:50 -07:00
}