diff options
author | Vincent Ambo <mail@tazj.in> | 2021-08-01T22·21+0300 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2021-08-04T14·41+0000 |
commit | 3e14a78e8c54da7bfd63f367fffee6202a086f51 (patch) | |
tree | 2205eeb105628533126ed17103b0d290e0d4d9cd | |
parent | 93b2518b1c5b821f84009e890921709e0f8eba7d (diff) |
fix(tverskoy): Ensure gtk-launch is installed r/2703
This is required for launching desktop applications from XDG shortcuts via counsel. Change-Id: I147fb0d6568e359c23655230b2a56214715827f6 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3267 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in>
-rw-r--r-- | users/tazjin/nixos/tverskoy/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/tazjin/nixos/tverskoy/default.nix b/users/tazjin/nixos/tverskoy/default.nix index 42f2c7c553fe..c7ceffb9059f 100644 --- a/users/tazjin/nixos/tverskoy/default.nix +++ b/users/tazjin/nixos/tverskoy/default.nix @@ -235,6 +235,7 @@ in lib.fix(self: { git gnupg google-chrome + gtk3 # for gtk-launch htop hyperfine iftop |