Skip to content

Commit

Permalink
Install terminal-notifier only on darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Oct 23, 2024
1 parent 45dabc4 commit 85dad75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,13 @@
pkgs.pstree
pkgs.rename
pkgs.tailspin
pkgs.terminal-notifier
pkgs.tmate
pkgs.tree
pkgs.watch
pkgs.wget
pkgs.yq
] ++ lib.optionals pkgs.stdenv.isDarwin [
pkgs.terminal-notifier
];

home.sessionVariables.SHELL = "${pkgs.fish}/bin/fish";
Expand Down

0 comments on commit 85dad75

Please sign in to comment.