blob: fc7e9408775f19858ebf6473b6348df1805f369a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
{...}: {
imports = [
../../../components/programs/zsh.nix
../../../components/programs/tmux.nix
../../../components/programs/fastfetch.nix
];
# Custom modules
zsh.enable = true;
tmux.enable = true;
fastfetch.enable = true;
}
|