migrate wezterm to upsteam flake
This commit is contained in:
parent
12d1bd94a3
commit
6dc0f415d4
3 changed files with 247 additions and 86 deletions
|
@ -1,6 +1,10 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
wezterm
|
||||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
home.packages = [
|
||||
inputs.wezterm.packages.${pkgs.system}.default
|
||||
];
|
||||
|
||||
xdg.configFile = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue