2024-04-04 16:56:03 -03:00
|
|
|
{
|
2024-04-08 16:37:29 -03:00
|
|
|
config,
|
|
|
|
|
lib,
|
|
|
|
|
pkgs,
|
|
|
|
|
...
|
|
|
|
|
}: let
|
|
|
|
|
cfg = config.programs;
|
|
|
|
|
in {
|
2024-04-04 16:56:03 -03:00
|
|
|
imports = [
|
2024-04-05 18:01:36 -03:00
|
|
|
./direnv.nix
|
2024-04-04 16:56:03 -03:00
|
|
|
./hyprland.nix
|
|
|
|
|
./lf.nix
|
2024-04-05 18:01:36 -03:00
|
|
|
./starship.nix
|
|
|
|
|
./tmux.nix
|
|
|
|
|
./wezterm.nix
|
|
|
|
|
./zsh.nix
|
2024-04-04 16:56:03 -03:00
|
|
|
];
|
2024-04-08 16:37:29 -03:00
|
|
|
options.programs = {};
|
|
|
|
|
config = {};
|
2024-04-04 16:56:03 -03:00
|
|
|
}
|