10 lines
No EOL
193 B
Nix
10 lines
No EOL
193 B
Nix
{ lib, config, ... }:
|
|
{
|
|
imports = [
|
|
./btop.nix
|
|
./direnv.nix
|
|
(lib.mkIf config.hmOptions.plasma.enable ./konsole.nix)
|
|
./starship.nix
|
|
./zsh.nix
|
|
];
|
|
} |