Skip to content

Commit

Permalink
Fix nix lint complaint.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnae committed Oct 9, 2023
1 parent b25484d commit 9308a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion users/profiles/hyprland.nix
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
terminal-bin = "${pkgs.wezterm}/bin/wezterm start --always-new-process";
dev-env = name:
pkgs.writeShellApplication {
name = name;
inherit name;
runtimeInputs = with pkgs; [wezterm];
text = ''
exec wezterm connect --class=${name} ${name}
Expand Down

0 comments on commit 9308a12

Please sign in to comment.