blob: 690fd6cac87023dc034e863d302f3959116fdd14 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{...}: {
imports = [
./zsh.nix
./fastfetch.nix
./alacritty.nix
./zed.nix
];
zsh.enable = true;
fastfetch.enable = true;
alacritty.enable = true;
zed.enable = true;
}
|