2024-12-11 20:09:53 -07:00
|
|
|
{ lib, config, ... }:
|
2024-12-02 03:57:34 -07:00
|
|
|
{
|
|
|
|
imports = [
|
|
|
|
./btop.nix
|
2024-12-04 19:31:29 -07:00
|
|
|
./direnv.nix
|
2024-12-11 20:09:53 -07:00
|
|
|
(lib.mkIf config.hmOptions.plasma.enable ./konsole.nix)
|
2024-12-02 19:35:25 -07:00
|
|
|
./starship.nix
|
|
|
|
./zsh.nix
|
2024-12-02 03:57:34 -07:00
|
|
|
];
|
|
|
|
}
|