nixos/home/extra/default.nix

12 lines
165 B
Nix
Raw Normal View History

{ inputs, ... }:
{
imports =
(with inputs; [
niri-flake.homeModules.niri
stylix.homeManagerModules.stylix
])
++ [
./nix.nix
];
}