12 lines
104 B
Nix
12 lines
104 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
|
|
imports = [
|
|
./colors.nix
|
|
];
|
|
|
|
programs.wezterm = {
|
|
enable = true;
|
|
};
|
|
} |