Skip to content

Commit

Permalink
flake.nix: use wezterm from nixpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Jan 6, 2025
1 parent 189ce8a commit 2c3b2d2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 129 deletions.
120 changes: 0 additions & 120 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,6 @@
flake = false;
};

# wezterm
wezterm = {
url = "github:wez/wezterm?dir=nix";
inputs.flake-utils.follows = "flake-utils";
inputs.nixpkgs.follows = "nixpkgs";
};

# ZSH plugins
zim-completion = {
url = "github:zimfw/completion";
Expand Down
2 changes: 0 additions & 2 deletions modules/home-manager/desktop/wezterm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
config,
lib,
pkgs,
flake,
...
}:

Expand Down Expand Up @@ -38,7 +37,6 @@ in
programs = {
wezterm = {
enable = true;
package = flake.inputs.wezterm.packages.${pkgs.system}.default;
extraConfig =
let
inherit (config.home-manager.desktop.theme) fonts colors;
Expand Down

0 comments on commit 2c3b2d2

Please sign in to comment.