Skip to content

Commit

Permalink
wezterm: add testbed
Browse files Browse the repository at this point in the history
(cherry picked from commit 6741c2e)
  • Loading branch information
danth authored and github-actions[bot] committed Jan 4, 2025
1 parent 1aba153 commit 6930015
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions modules/wezterm/testbed.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{ pkgs, ... }:

let package = pkgs.wezterm;

in {
stylix.testbed.application = {
enable = true;
name = "org.wezfurlong.wezterm";
inherit package;
};

home-manager.sharedModules = [{
programs.wezterm = {
enable = true;
inherit package;
};
}];
}

0 comments on commit 6930015

Please sign in to comment.