chore(wezterm): Too complicated to configure
Revert "✅ test(wezterm): Add to testing"
This reverts commit 1fb54d67ae
.
This commit is contained in:
parent
9064f1348c
commit
545ec1afe7
3 changed files with 1 additions and 19 deletions
|
@ -25,7 +25,6 @@
|
||||||
./sway.nix
|
./sway.nix
|
||||||
./tmux.nix
|
./tmux.nix
|
||||||
./waybar.nix
|
./waybar.nix
|
||||||
./wezterm.nix
|
|
||||||
./zathura.nix
|
./zathura.nix
|
||||||
./zellij.nix
|
./zellij.nix
|
||||||
]
|
]
|
||||||
|
|
|
@ -1,15 +0,0 @@
|
||||||
{ config, lib, ... }:
|
|
||||||
let
|
|
||||||
cfg = config.programs.wezterm.rose-pine;
|
|
||||||
enable = cfg.enable && config.programs.wezterm.enable;
|
|
||||||
in
|
|
||||||
{
|
|
||||||
options.programs.wezterm.rose-pine = lib.rp.mkRosePineOpt { name = "wezterm"; };
|
|
||||||
|
|
||||||
config.programs.wezterm.extraConfig = lib.mkIf enable ''
|
|
||||||
local theme = wezterm.plugin.require('https://github.com/neapsix/wezterm').${cfg.flavor}
|
|
||||||
|
|
||||||
config.colors = theme.colors()
|
|
||||||
config.window_frame = theme.window_frame()
|
|
||||||
'';
|
|
||||||
}
|
|
|
@ -1,5 +1,4 @@
|
||||||
{ lib, ... }:
|
{lib, ...}: {
|
||||||
{
|
|
||||||
imports = [
|
imports = [
|
||||||
../modules/home-manager
|
../modules/home-manager
|
||||||
./common.nix
|
./common.nix
|
||||||
|
@ -34,7 +33,6 @@
|
||||||
swaylock.enable = true;
|
swaylock.enable = true;
|
||||||
tmux.enable = true;
|
tmux.enable = true;
|
||||||
waybar.enable = true;
|
waybar.enable = true;
|
||||||
wezterm.enable = true;
|
|
||||||
zathura.enable = true;
|
zathura.enable = true;
|
||||||
zellij.enable = true;
|
zellij.enable = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue