blob: eac28b0dbe575cf4406c0d495c2e319fe13326e4 (
plain) (
tree)
|
|
{...}: {
imports = [
../../../../components/programs/zsh.nix
../../../../components/programs/tmux.nix
../../../../components/programs/fastfetch.nix
];
zsh.enable = true;
tmux.enable = true;
fastfetch.enable = true;
}
|