nixos-config/home-manager/stvnliu/programs/default.nix

11 lines
88 B
Nix

{
pkgs,
config,
lib,
...
}: {
imports = [
./git.nix
./rofi.nix
];
}