From 190bf349658ceb6f64c6d69cdccbddfb5491f894 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Sat, 16 Sep 2023 14:47:29 +0300 Subject: 2023-09-16 --- modules/nixos/profiles/headful.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/nixos/profiles') diff --git a/modules/nixos/profiles/headful.nix b/modules/nixos/profiles/headful.nix index e1480b0..f8df169 100644 --- a/modules/nixos/profiles/headful.nix +++ b/modules/nixos/profiles/headful.nix @@ -27,11 +27,11 @@ in { imv mumble tdesktop - tor-browser + tor-browser-bundle-bin ]; programs = { - bash.shellAliases.open = "${pkgs.xdg-utils}/bin/xdg-open"; + bash.shellAliases.open = "xdg-open"; thunderbird = { enable = true; -- cgit v1.2.3