Skip to content

Commit

Permalink
wezterm: use nixpkg package
Browse files Browse the repository at this point in the history
Seems to run on hyprland, now.
  • Loading branch information
khaneliman committed Jan 29, 2025
1 parent 1dce9b9 commit 9cb63c4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions modules/home/programs/terminal/emulators/wezterm/default.nix
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
{
config,
inputs,
lib,
system,
namespace,
...
}:
let
inherit (lib) mkIf;
inherit (lib.${namespace}) mkBoolOpt;
inherit (inputs) wezterm;

cfg = config.${namespace}.programs.terminal.emulators.wezterm;
catppuccin = import (lib.snowfall.fs.get-file "modules/home/theme/catppuccin/colors.nix");
Expand All @@ -24,7 +21,6 @@ in
enable = true;
enableBashIntegration = true;
enableZshIntegration = true;
package = wezterm.packages.${system}.default;

extraConfig = # lua
''
Expand Down

0 comments on commit 9cb63c4

Please sign in to comment.